diff --git a/cmake/nlohmann-json.cmake b/cmake/nlohmann-json.cmake index 7e057ee602..b5b4355e45 100644 --- a/cmake/nlohmann-json.cmake +++ b/cmake/nlohmann-json.cmake @@ -26,7 +26,7 @@ ExternalProject_Add(nlohmann_json_download ) ExternalProject_Get_Property(nlohmann_json_download INSTALL_DIR) -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) add_library(nlohmann_json_ INTERFACE) target_include_directories(nlohmann_json_ INTERFACE "$"