Update boost version requirement for Linux

This commit is contained in:
2023-09-26 14:12:53 +02:00
parent cab8e14b2d
commit ce66483b65
2 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ option(CODE_COVERAGE "Collect coverage from test library" OFF)
set(Boost_USE_STATIC_LIBS OFF)
set(Boost_USE_MULTITHREADED ON)
set(Boost_USE_STATIC_RUNTIME OFF)
find_package(Boost 1.81.0 REQUIRED)
find_package(Boost 1.78.0 REQUIRED)
if(Boost_FOUND)
message("Boost_INCLUDE_DIRS=${Boost_INCLUDE_DIRS}")
include_directories(${Boost_INCLUDE_DIRS})