-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4d1834a
commit a2986dc
Showing
4 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
include_guard(GLOBAL) | ||
|
||
message(STATUS "building nanobind") | ||
|
||
if (CMAKE_VERSION VERSION_GREATER_EQUAL "3.25.0") | ||
add_subdirectory(${CMAKE_CURRENT_LIST_DIR}/nanobind EXCLUDE_FROM_ALL SYSTEM) | ||
add_subdirectory(${CMAKE_CURRENT_LIST_DIR}/nanobind thirdparty/nanobind EXCLUDE_FROM_ALL SYSTEM) | ||
else () | ||
add_subdirectory(${CMAKE_CURRENT_LIST_DIR}/nanobind EXCLUDE_FROM_ALL) | ||
add_subdirectory(${CMAKE_CURRENT_LIST_DIR}/nanobind thirdparty/nanobind EXCLUDE_FROM_ALL) | ||
endif () |
Submodule nanobind
updated
from df8996 to 97a567