Skip to content

Commit

Permalink
update result to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
altalk23 committed Dec 3, 2024
1 parent 8a9d672 commit 759d236
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if(PROJECT_IS_TOP_LEVEL AND NOT TULIP_DONT_BUILD_TESTS)
endif()

if (NOT TARGET GeodeResult)
CPMAddPackage("gh:geode-sdk/result@1.2.0")
CPMAddPackage("gh:geode-sdk/result@1.3.0")
endif()

add_library(TulipHookInclude INTERFACE)
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.21)

project(TulipHook LANGUAGES CXX C)
project(TulipHook LANGUAGES CXX C VERSION 2.4.2)

file(GLOB TULIP_HOOK_BASE_SOURCES
*.cpp
Expand Down

0 comments on commit 759d236

Please sign in to comment.