Skip to content

Commit 3808bc3

Browse files
authored
small-fix (#102)
1 parent 3931a35 commit 3808bc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

exporters/fluentd/cmake/nlohmann-json.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ include(ExternalProject)
55
ExternalProject_Add(nlohmann_json_download
66
PREFIX nlohmann_json
77
GIT_REPOSITORY https://github.com/nlohmann/json.git
8+
SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/nlohmann_json"
89
GIT_TAG
910
"${nlohmann-json}"
1011
GIT_SHALLOW 1

0 commit comments

Comments
 (0)