We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ef9446 commit 5c8f476Copy full SHA for 5c8f476
1 file changed
cmake/nlohmann-json.cmake
@@ -26,7 +26,7 @@ ExternalProject_Add(nlohmann_json_download
26
)
27
28
ExternalProject_Get_Property(nlohmann_json_download INSTALL_DIR)
29
-SET(NLOHMANN_JSON_INCLUDE_DIR ${INSTALL_DIR}/third_party/src/nlohmann_json_download/single_include)
+SET(NLOHMANN_JSON_INCLUDE_DIR ${INSTALL_DIR}/src/nlohmann_json_download/single_include)
30
add_library(nlohmann_json_ INTERFACE)
31
target_include_directories(nlohmann_json_ INTERFACE
32
"$<BUILD_INTERFACE:${NLOHMANN_JSON_INCLUDE_DIR}>"
0 commit comments