We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2da8836 commit 13b9292Copy full SHA for 13b9292
cli/CMakeLists.txt
@@ -21,12 +21,4 @@ else()
21
target_compile_options(identme PRIVATE -Os -flto -s)
22
set(CMAKE_INTERPROCEDURAL_OPTIMIZATION TRUE)
23
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)
+install(TARGETS identme DESTINATION bin)
0 commit comments