From 75b7524eb33a0e8db8fb4fabadd47f6f09fd2c32 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 ()