Skip to content

Commit 759d236

Browse files
committed
update result to 1.3.0
1 parent 8a9d672 commit 759d236

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if(PROJECT_IS_TOP_LEVEL AND NOT TULIP_DONT_BUILD_TESTS)
2121
endif()
2222

2323
if (NOT TARGET GeodeResult)
24-
CPMAddPackage("gh:geode-sdk/result@1.2.0")
24+
CPMAddPackage("gh:geode-sdk/result@1.3.0")
2525
endif()
2626

2727
add_library(TulipHookInclude INTERFACE)

src/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.21)
22

3-
project(TulipHook LANGUAGES CXX C)
3+
project(TulipHook LANGUAGES CXX C VERSION 2.4.2)
44

55
file(GLOB TULIP_HOOK_BASE_SOURCES
66
*.cpp

0 commit comments

Comments
 (0)