Skip to content

Commit

Permalink
Updates boost
Browse files Browse the repository at this point in the history
  • Loading branch information
tinganho committed Jan 7, 2017
1 parent a7c470b commit cb9bc44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit cb9bc44

Please sign in to comment.