Skip to content

Commit

Permalink
update result
Browse files Browse the repository at this point in the history
  • Loading branch information
altalk23 committed Dec 3, 2024
1 parent ef391f4 commit fa34bac
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 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.1)
project(mat-json VERSION 3.1.2)

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

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

# 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 fa34bac

Please sign in to comment.