Skip to content

Commit

Permalink
update result, json, tuliphook
Browse files Browse the repository at this point in the history
  • Loading branch information
altalk23 committed Dec 3, 2024
1 parent 4b5d112 commit 12069db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,8 @@ if (ANDROID)
endif()

set(MAT_JSON_AS_INTERFACE ON)
CPMAddPackage("gh:geode-sdk/result@1.2.2")
CPMAddPackage("gh:geode-sdk/json@3.1.1")
CPMAddPackage("gh:geode-sdk/result@1.3.0")
CPMAddPackage("gh:geode-sdk/json@3.1.2")
CPMAddPackage("gh:fmtlib/fmt#11.0.2")

target_compile_definitions(${PROJECT_NAME} INTERFACE MAT_JSON_DYNAMIC=1)
Expand Down Expand Up @@ -267,7 +267,7 @@ if (DEFINED GEODE_TULIPHOOK_REPO_PATH)
message(STATUS "Using ${GEODE_TULIPHOOK_REPO_PATH} for TulipHook")
add_subdirectory(${GEODE_TULIPHOOK_REPO_PATH} ${GEODE_TULIPHOOK_REPO_PATH}/build)
else()
CPMAddPackage("gh:geode-sdk/TulipHook@2.4.1")
CPMAddPackage("gh:geode-sdk/TulipHook@2.4.2")
endif()
set(CMAKE_WARN_DEPRECATED ON CACHE BOOL "" FORCE)

Expand Down

0 comments on commit 12069db

Please sign in to comment.