Skip to content

Commit

Permalink
bring back fa0db22 because alk deleted it
Browse files Browse the repository at this point in the history
  • Loading branch information
matcool committed Dec 3, 2024
1 parent 927f3ff commit 09ed677
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.21)

project(mat-json VERSION 3.1.3)
project(mat-json VERSION 3.1.4)

set(SOURCE_FILES
src/external/dragonbox.cpp
Expand All @@ -14,7 +14,9 @@ if (NOT COMMAND CPMAddPackage)
include(cmake/get_cpm.cmake)
endif()

CPMAddPackage("gh:geode-sdk/[email protected]")
if (NOT TARGET GeodeResult)
CPMAddPackage("gh:geode-sdk/[email protected]")
endif()

# This option is only useful for Geode itself
if (DEFINED MAT_JSON_AS_INTERFACE AND MAT_JSON_AS_INTERFACE)
Expand Down

0 comments on commit 09ed677

Please sign in to comment.