Skip to content

Commit

Permalink
anchor matjson to specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
camila314 committed Jan 17, 2025
1 parent f735693 commit 0409e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ add_library(${PROJECT_NAME} STATIC src/geode-ipc.c src/geode-ipc.cpp)
target_include_directories(${PROJECT_NAME} PUBLIC include/)

include(CPM.cmake)
CPMAddPackage("gh:geode-sdk/json#main")
CPMAddPackage("gh:geode-sdk/json@3.2.0")

target_link_libraries(${PROJECT_NAME} PUBLIC mat-json)

Expand Down

0 comments on commit 0409e9b

Please sign in to comment.