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 d825d00 commit 10fcf21Copy full SHA for 10fcf21
CMakeLists.txt
@@ -28,7 +28,7 @@ endif()
28
jrl_find_package(Eigen3 CONFIG REQUIRED)
29
30
jrl_find_python(3.8 REQUIRED COMPONENTS Interpreter Development.Module)
31
-jrl_find_nanobind(CONFIG REQUIRED)
+jrl_find_nanobind(2.5.0 CONFIG REQUIRED)
32
33
if(BUILD_WITH_CHOLMOD_SUPPORT)
34
jrl_find_package(CHOLMOD CONFIG REQUIRED)
0 commit comments