From 4ec42c9918dae5dfa78659c393ae2752ad2905d9 Mon Sep 17 00:00:00 2001 From: Benjamin Buch Date: Mon, 30 Oct 2023 18:45:07 +0100 Subject: [PATCH] fix wrong cmake header path in install with custom CMAKE_INSTALL_INCLUDEDIR --- 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)