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 3931a35 commit 3808bc3Copy full SHA for 3808bc3
exporters/fluentd/cmake/nlohmann-json.cmake
@@ -5,6 +5,7 @@ include(ExternalProject)
5
ExternalProject_Add(nlohmann_json_download
6
PREFIX nlohmann_json
7
GIT_REPOSITORY https://github.com/nlohmann/json.git
8
+ SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/nlohmann_json"
9
GIT_TAG
10
"${nlohmann-json}"
11
GIT_SHALLOW 1
0 commit comments