We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aedbac9 commit 0321ea3Copy full SHA for 0321ea3
CMakeLists.txt
@@ -82,7 +82,7 @@ if (PYTHON3)
82
83
find_package(PythonInterp 3 REQUIRED)
84
find_package(PythonLibs 3 REQUIRED)
85
- find_package(Boost 1.83 COMPONENTS python${BOOST_PYTHON_LIBSUFFIX} numpy${BOOST_PYTHON_LIBSUFFIX} REQUIRED)
+ find_package(Boost 1.8 COMPONENTS python${BOOST_PYTHON_LIBSUFFIX} numpy${BOOST_PYTHON_LIBSUFFIX} REQUIRED)
86
87
set(EIGEN "ON")
88
endif ()
0 commit comments