From 15ce4b79517ea8b5eac5f2244a359c8860d0d7a1 Mon Sep 17 00:00:00 2001 From: Folling Date: Sat, 10 Feb 2024 15:55:11 +0100 Subject: [PATCH] fixup Boost_INCLUDE_DIRS -= S Signed-off-by: Folling --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 01e5f44..8fe8e89 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,7 +43,7 @@ target_link_libraries( target_include_directories( ikarus PRIVATE - ${Boost_INCLUDE_DIRS} + ${Boost_INCLUDE_DIR} ) if (LIBIKARUS_ENABLE_LINTS) @@ -91,4 +91,4 @@ if (LIBIKARUS_BUILD_DOCS) libikarus_tests libikarus_docs ) -endif () \ No newline at end of file +endif ()