From 283961df873047f9b9bb32dde532ab18c3036ebd Mon Sep 17 00:00:00 2001 From: Benjamin Buch Date: Thu, 2 Nov 2023 14:25:06 +0100 Subject: [PATCH] fix 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 87a408ab..eb3922ca 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -65,7 +65,7 @@ add_library(cereal INTERFACE) add_library(cereal::cereal ALIAS cereal) target_include_directories(cereal INTERFACE $ - $ + $ ) list(APPEND CEREAL_THREAD_LIBS cereal::cereal)