cppbestpractices
cppbestpractices copied to clipboard
Simplify Windows environment setup
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.
CMAKE_INSTALL_PREFIX updates CMAKE_SYSTEM_PREFIX_PATH, so setting CMAKE_PREFIX_PATH to the same thing is redundant.