Skip to content

Commit 7d08ded

Browse files
committed
increase minimum versions of pybind and boost
Versions below that level are not really tested.
1 parent 1de4055 commit 7d08ded

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ find_package(Python COMPONENTS Interpreter Development)
3838
if(PYBIND11_PREFIX)
3939
add_subdirectory(${PYBIND11_PREFIX} contrib/pybind11)
4040
else()
41-
find_package(pybind11 2.7 REQUIRED)
41+
find_package(pybind11 2.9 REQUIRED)
4242
endif()
4343

44-
find_package(Boost 1.41 REQUIRED COMPONENTS)
44+
find_package(Boost 1.70 REQUIRED COMPONENTS)
4545
include_directories(SYSTEM ${Boost_INCLUDE_DIRS})
4646

4747
function(set_module_output module outdir)

0 commit comments

Comments
 (0)