-
Notifications
You must be signed in to change notification settings - Fork 138
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
Showing
131 changed files
with
835 additions
and
245 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -237,7 +237,7 @@ endif() | |
|
||
set(MAT_JSON_AS_INTERFACE ON) | ||
CPMAddPackage("gh:geode-sdk/[email protected]") | ||
CPMAddPackage("gh:geode-sdk/json@3.1.5") | ||
CPMAddPackage("gh:geode-sdk/json@3.2.0") | ||
CPMAddPackage("gh:fmtlib/fmt#11.0.2") | ||
|
||
target_compile_definitions(${PROJECT_NAME} INTERFACE MAT_JSON_DYNAMIC=1) | ||
|
@@ -332,7 +332,6 @@ elseif (EXISTS ${GEODE_PLATFORM_BIN_PATH}) | |
else() | ||
message(FATAL_ERROR | ||
"No valid loader binary to link to! Install pre-built binaries with `geode sdk install-binaries`, " | ||
"or build Geode from source and add `set(GEODE_LINK_NIGHTLY ON)` to your CMakeLists.txt " | ||
"in the line before calling add_subdirectory for Geode." | ||
"or build Geode from source." | ||
) | ||
endif() |
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
Oops, something went wrong.