--- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,7 +36,7 @@ find_package(Threads REQUIRED) target_link_libraries(trojan ${CMAKE_THREAD_LIBS_INIT}) -find_package(Boost 1.66.0 REQUIRED COMPONENTS system program_options) +find_package(Boost 1.69.0 REQUIRED COMPONENTS program_options) include_directories(${Boost_INCLUDE_DIR}) target_link_libraries(trojan ${Boost_LIBRARIES}) if(MSVC)