File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ if(${CMAKE_VERBOSE_MAKEFILE})
1818 set (Boost_DETAILED_FAILURE_MSG ON )
1919endif ()
2020
21- find_package (Boost COMPONENTS program_options REQUIRED)
21+ find_package (Boost 1.53.0 COMPONENTS program_options REQUIRED)
2222message (STATUS "Boost include path: ${Boost_INCLUDE_DIRS} " )
2323message (STATUS "Boost library path: ${Boost_LIBRARY_DIRS} " )
2424list (APPEND 3rdparty_INCLUDES ${Boost_INCLUDE_DIRS} )
Original file line number Diff line number Diff line change 44
55* A recent C++ compiler that supports (most of) the C++11 standard.
66* The [ CMake] ( http://cmake.org/ ) build tool.
7+ * The [ Boost] ( https://boost.org/ ) libraries at least of version 1.53.0.
8+ Especially ` boost::program_options ` is required.
79
810
911## Obtaining the Sources
You can’t perform that action at this time.
0 commit comments