cppbestpractices icon indicating copy to clipboard operation
cppbestpractices copied to clipboard

Simplify Windows environment setup

Open MikaelSmith opened this issue 10 years ago • 1 comments

Update with gcc/boost from myget. Put curl and boost in same directory. Use CMAKE_INSTALL_PREFIX instead of CMAKE_PREFIX_PATH (for multiple projects) and add CMAKE_INSTALL_PREFIX/bin to PATH.

MikaelSmith avatar Dec 04 '15 19:12 MikaelSmith

CMAKE_INSTALL_PREFIX updates CMAKE_SYSTEM_PREFIX_PATH, so setting CMAKE_PREFIX_PATH to the same thing is redundant.

MikaelSmith avatar Dec 04 '15 19:12 MikaelSmith