From cb9bc44179a1c934c54f336e6de3b80dcc004c5e Mon Sep 17 00:00:00 2001 From: Tingan Ho Date: Sat, 7 Jan 2017 11:41:46 +0100 Subject: [PATCH] Updates boost --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f520d447..5a323ba3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ set(EXECUTABLE_OUTPUT_PATH ${PROJECT_SOURCE_DIR}/Executables) configure_file(${PROJECT_SOURCE_DIR}/Source/Program/Configurations.h.in ${PROJECT_SOURCE_DIR}/Source/Program/Configurations.h) -find_package(Boost 1.54 COMPONENTS system filesystem regex REQUIRED) +find_package(Boost 1.62 COMPONENTS system filesystem regex REQUIRED) add_subdirectory(Source/Vendors/Glob) add_subdirectory(Source/Vendors/json)