Skip to content

Commit

Permalink
Update nanobind to workaround MSVC ICE. (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdumas authored Jul 24, 2024
1 parent 9700da9 commit 4d53624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/recipes/external/nanobind.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ include(CPM)
CPMAddPackage(
NAME nanobind
GITHUB_REPOSITORY wjakob/nanobind
GIT_TAG v2.0.0
GIT_TAG f2438bb73a1673e4ad9d0c84d353a88cf54e55bf
DOWNLOAD_ONLY ON
)

Expand Down

0 comments on commit 4d53624

Please sign in to comment.