Skip to content

Commit 10fcf21

Browse files
committed
require at least nanobind 2.5.0
on ubuntu 24.04 the nanobind-dev package brind an old incompatible version 1.9.2-1
1 parent d825d00 commit 10fcf21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ endif()
2828
jrl_find_package(Eigen3 CONFIG REQUIRED)
2929

3030
jrl_find_python(3.8 REQUIRED COMPONENTS Interpreter Development.Module)
31-
jrl_find_nanobind(CONFIG REQUIRED)
31+
jrl_find_nanobind(2.5.0 CONFIG REQUIRED)
3232

3333
if(BUILD_WITH_CHOLMOD_SUPPORT)
3434
jrl_find_package(CHOLMOD CONFIG REQUIRED)

0 commit comments

Comments
 (0)