From cdb29069dadbec9f764e1afced336f58414e3ec9 Mon Sep 17 00:00:00 2001 From: Benjamin Buch Date: Tue, 31 Oct 2023 19:52:54 +0100 Subject: [PATCH] fix cmake header path in install with custom CMAKE_INSTALL_INCLUDEDIR (#4194) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 38d45b729..3abc37704 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -122,7 +122,7 @@ target_include_directories( ${NLOHMANN_JSON_TARGET_NAME} ${NLOHMANN_JSON_SYSTEM_INCLUDE} INTERFACE $ - $ + $ ) ## add debug view definition file for msvc (natvis)