Skip to content

Commit 13b9292

Browse files
committed
vendorize json.hpp 3.13.3
1 parent 2da8836 commit 13b9292

File tree

3 files changed

+24767
-10
lines changed

3 files changed

+24767
-10
lines changed

cli/CMakeLists.txt

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,4 @@ else()
2121
target_compile_options(identme PRIVATE -Os -flto -s)
2222
set(CMAKE_INTERPROCEDURAL_OPTIMIZATION TRUE)
2323
endif()
24-
25-
include(FetchContent)
26-
FetchContent_Declare(
27-
nlohmann_json
28-
GIT_REPOSITORY https://github.com/nlohmann/json.git
29-
GIT_TAG v3.11.3
30-
)
31-
FetchContent_MakeAvailable(nlohmann_json)
32-
target_link_libraries(identme PRIVATE nlohmann_json::nlohmann_json)
24+
install(TARGETS identme DESTINATION bin)

0 commit comments

Comments
 (0)