We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1de4055 commit 7d08dedCopy full SHA for 7d08ded
CMakeLists.txt
@@ -38,10 +38,10 @@ find_package(Python COMPONENTS Interpreter Development)
38
if(PYBIND11_PREFIX)
39
add_subdirectory(${PYBIND11_PREFIX} contrib/pybind11)
40
else()
41
- find_package(pybind11 2.7 REQUIRED)
+ find_package(pybind11 2.9 REQUIRED)
42
endif()
43
44
-find_package(Boost 1.41 REQUIRED COMPONENTS)
+find_package(Boost 1.70 REQUIRED COMPONENTS)
45
include_directories(SYSTEM ${Boost_INCLUDE_DIRS})
46
47
function(set_module_output module outdir)
0 commit comments