From 9e92a7c0fa50861f1206a24635b8dc14f10e3335 Mon Sep 17 00:00:00 2001 From: Martin Hierholzer Date: Thu, 6 Apr 2023 09:16:29 +0200 Subject: [PATCH] fix: cmake does not find embedded json (#266) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 75a8255..69673d5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,7 +44,7 @@ if(INJA_USE_EMBEDDED_JSON) target_include_directories(nlohmann_json INTERFACE $ - $ + $ ) target_compile_features(nlohmann_json INTERFACE cxx_std_17)