Open yuquan1210 opened 2 years ago
MOTION only builds Boost if it cannot find a suitable version on the system. Have you tried installing a more recent version?
Yes, I installed the latest version boost, and ran cmake .. -DCMAKE_PREFIX_PATH=C:\Softwares\boost_1_78_0
and then make
in the build directory. But it still installs the old version boost for me. Is the command wrong? I am very new to installing frameworks.
Can you update the boost version? It is currently using 1.76.0, which does not recognize Visual Studio 2022 and caused error when installing.