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 @@ -13,7 +13,7 @@ if(${compiler_version_available} AND ${CMAKE_CXX_COMPILER_ID} MATCHES Clang)
1313 set (Boost_COMPILER "-clang${CMAKE_CXX_COMPILER_VERSION_MAJOR}${CMAKE_CXX_COMPILER_VERSION_MINOR} " )
1414endif ()
1515
16- find_package (Boost COMPONENTS program_options REQUIRED)
16+ find_package (Boost 1.53.0 COMPONENTS program_options REQUIRED)
1717set_package_properties(Boost
1818 PROPERTIES
1919 DESCRIPTION "C++ libraries"
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