From 5c8f476459d991d8ff8e45e1652d3f835b551d98 Mon Sep 17 00:00:00 2001 From: Leo Di Donato Date: Tue, 24 May 2022 18:26:40 +0200 Subject: [PATCH] [BUILD] fix nlohmann_json's (third party) include dir (#1415) --- cmake/nlohmann-json.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "$"