Skip to content

Commit

Permalink
update nanobind version
Browse files Browse the repository at this point in the history
  • Loading branch information
pca006132 committed Oct 18, 2024
1 parent 29b0af1 commit f293b1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bindings/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,11 @@ else()
nanobind
GIT_REPOSITORY https://github.com/wjakob/nanobind.git
GIT_TAG
9641bb7151f04120013b812789b3ebdfa7e7324f # v2.1.0
784efa2a0358a4dc5432c74f5685ee026e20f2b6 # v2.2.0
GIT_PROGRESS TRUE
)
FetchContent_MakeAvailable(nanobind)
set(NB_VERSION 2.2.0)
endif()

if(NB_VERSION VERSION_LESS 2.1.0)
Expand Down

0 comments on commit f293b1e

Please sign in to comment.