mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
update tuliphook: fix string struct returns
This commit is contained in:
parent
35b5626252
commit
d4f98ce86b
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,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#7e52ec4")
|
||||
CPMAddPackage("gh:geode-sdk/TulipHook#e5f76eaf5c2cea4dd9937ebf6b3a3a38deefc886")
|
||||
endif()
|
||||
set(CMAKE_WARN_DEPRECATED ON CACHE BOOL "" FORCE)
|
||||
|
||||
|
|
Loading…
Reference in a new issue