Skip to content

Commit

Permalink
set minimal boost version to 1.71
Browse files Browse the repository at this point in the history
  • Loading branch information
cmnrd committed Jul 19, 2022
1 parent 87a2f36 commit 4220ab9
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 @@ -26,7 +26,7 @@ if (NOT DEFINED LF_REACTOR_CPP_SUFFIX)
endif()

find_package (Threads)
find_package (Boost 1.79 COMPONENTS graph REQUIRED)
find_package (Boost 1.71 COMPONENTS graph REQUIRED)

set(DEFAULT_BUILD_TYPE "Release")
if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
Expand Down

0 comments on commit 4220ab9

Please sign in to comment.