Skip to content

Commit 5c8f476

Browse files
authored
[BUILD] fix nlohmann_json's (third party) include dir (#1415)
1 parent 0ef9446 commit 5c8f476

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/nlohmann-json.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ExternalProject_Add(nlohmann_json_download
2626
)
2727

2828
ExternalProject_Get_Property(nlohmann_json_download INSTALL_DIR)
29-
SET(NLOHMANN_JSON_INCLUDE_DIR ${INSTALL_DIR}/third_party/src/nlohmann_json_download/single_include)
29+
SET(NLOHMANN_JSON_INCLUDE_DIR ${INSTALL_DIR}/src/nlohmann_json_download/single_include)
3030
add_library(nlohmann_json_ INTERFACE)
3131
target_include_directories(nlohmann_json_ INTERFACE
3232
"$<BUILD_INTERFACE:${NLOHMANN_JSON_INCLUDE_DIR}>"

0 commit comments

Comments
 (0)