CMake doesn't find boost
问题 Windows 7. 64bit. CMake 2.8.10. Steps: download boost: http://sourceforge.net/projects/boost/files/boost/1.51.0/ put it to C:\work\lib\boost_1_51_0-MT open "Start->All Programs->Microsoft Visual Studio 2010->Visual Studio Tools->Visual Studio Command Prompt (2010)" command: cd C:\work\lib\boost_1_51_0-MT bootstrap.bat bjam --toolset=msvc-10.0 --variant=release --build-type=complete -j 4 --with-regex --with-test --with-filesystem --with-date_time --with-random --with-system --with-thread -