Skip to content

Commit a8bd059

Browse files
committed
set minimal boost version to 1.71
1 parent eaa11b4 commit a8bd059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if (NOT DEFINED LF_REACTOR_CPP_SUFFIX)
2626
endif()
2727

2828
find_package (Threads)
29-
find_package (Boost 1.79 COMPONENTS graph REQUIRED)
29+
find_package (Boost 1.71 COMPONENTS graph REQUIRED)
3030

3131
set(DEFAULT_BUILD_TYPE "Release")
3232
if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)

0 commit comments

Comments
 (0)