なぜこのエラーが発生するのかわかりません。
CMake Error at C:/Program Files/CMake/share/cmake-3.6/Modules/FindBoost.cmake:1753 (message):
Unable to find the requested Boost libraries.
Boost version: 1.48.0
Boost include path: D:/Shark/boost_1_48_0
Could not find the following Boost libraries:
boost_system
boost_date_time
boost_filesystem
boost_program_options
boost_serialization
boost_thread
boost_unit_test_framework
No Boost libraries were found. You may need to 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:146 (find_package)
CMake Error at CMakeLists.txt:154 (message):
Please make sure Boost 1.48.0 is installed on your system
「要求されたブースト ライブラリが見つかりません」と表示されます。しかし、boost 1.48.0 をインストールし、Visual Studio コンソールを使用してビルドしましBOOST_LIBRARYDIR=D:/Shark/boost_1_48_0/stage/lib
たBOOST_ROOT=D:/Shark/boost_1_48_0
。