Skip to content

Commit de7f132

Browse files
committed
cmon
1 parent 4b2e9a8 commit de7f132

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

CMakeLists.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,7 @@ CPMAddPackage(
3131
)
3232
target_link_libraries(${PROJECT_NAME} external-hook-api)
3333

34-
CPMAddPackage(
35-
NAME nlohmann_json
36-
GIT_REPOSITORY https://github.com/nlohmann/json.git
37-
VERSION 3.11.3
38-
)
34+
CPMAddPackage("gh:nlohmann/[email protected]")
3935
target_link_libraries(${PROJECT_NAME} nlohmann_json::nlohmann_json)
4036

4137
add_subdirectory($ENV{GEODE_SDK} ${CMAKE_CURRENT_BINARY_DIR}/geode)

src/layers/GYSettingSelectLayer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include <Geode/Geode.hpp>
22
#include <Geode/ui/ScrollLayer.hpp>
3-
#include <json.hpp>
3+
#include <nlohmann/json.hpp>
44
#include <filesystem>
55
#include <fstream>
66
#include <sstream>

0 commit comments

Comments
 (0)