From 2695ed0c56dbb88d610b47236e27208e8a32e12f Mon Sep 17 00:00:00 2001 From: alk <45172705+altalk23@users.noreply.github.com> Date: Thu, 21 Nov 2024 09:52:03 +0300 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a28a110..009c53f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ if (NOT COMMAND CPMAddPackage) endif() if (NOT TARGET GeodeResult) - CPMAddPackage("gh:geode-sdk/result@1.2.0") + CPMAddPackage("gh:geode-sdk/result@1.2.2") endif() # This option is only useful for Geode itself