I gave it a try, but no luck

Started cmake 3.14.3 with this .bat
Code: Select all
set FREECAD_LIBPACK_DIR=C:\Users\aio\FreeCADlibpack
set path=C:\Users\aio\FreeCADcode;C:\Users\aio\FreeCADbuild;C:\Users\aio\FreeCADlibpack;
"C:\Program Files\CMake\bin\cmake-gui.exe" ^
-G "Visual Studio 15 2017 Win64" ^
-DCMAKE_INSTALL_PREFIX=C:\Users\aio\FreeCADbuild ^
-DFREECAD_LIBPACK_USE=TRUE
pause
and got this:
Code: Select all
CMake Error at C:/Program Files/CMake/share/cmake-3.14/Modules/FindBoost.cmake:2147 (message):
Unable to find the requested Boost libraries.
Boost version: 1.67.0
Boost include path: C:/Users/aio/FreeCADlibpack/include
Could not find the following Boost libraries:
boost_filesystem
boost_program_options
boost_regex
boost_system
boost_thread
Some (but not all) of the required Boost libraries were found. You may
need to install these additional Boost libraries. Alternatively, set
BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT
to the location of Boost.
Call Stack (most recent call first):
CMakeLists.txt:613 (find_package)
CMake Error at CMakeLists.txt:629 (MESSAGE):
=============================================
Required components:
filesystem;program_options;regex;system;thread
Not found, install the components:
filesystem;program_options;regex;system;thread
=============================================