From 73a5de11797b4a517d3f0b34b51dd2e944ede11b Mon Sep 17 00:00:00 2001 From: saturneric Date: Mon, 15 Jan 2024 17:40:59 +0800 Subject: refactor: remove nlohmann json library from project --- third_party/CMakeLists.txt | 1 - third_party/json | 1 - 2 files changed, 2 deletions(-) delete mode 160000 third_party/json (limited to 'third_party') diff --git a/third_party/CMakeLists.txt b/third_party/CMakeLists.txt index b0ddc488..dbee3026 100644 --- a/third_party/CMakeLists.txt +++ b/third_party/CMakeLists.txt @@ -27,7 +27,6 @@ # json set(JSON_BuildTests OFF CACHE INTERNAL "") -add_subdirectory(json EXCLUDE_FROM_ALL) add_subdirectory(spdlog EXCLUDE_FROM_ALL) # not working at macOS diff --git a/third_party/json b/third_party/json deleted file mode 160000 index db78ac1d..00000000 --- a/third_party/json +++ /dev/null @@ -1 +0,0 @@ -Subproject commit db78ac1d7716f56fc9f1b030b715f872f93964e4 -- cgit v1.2.3