fix Boost_INCLUDE_DIR -> Boost_INCLUDE_DIRS
Build and Deploy Documentation / build-and-deploy (push) Successful in 21s

This commit is contained in:
2026-02-21 17:38:11 +01:00
parent 49e355f58a
commit 92008a4e49
6 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ add_executable(spirit_fcn_test
#--- add include directories --------------------------------------------------
target_include_directories(spirit_fcn_test
BEFORE PRIVATE
${Boost_INCLUDE_DIR}
${Boost_INCLUDE_DIRS}
)
#--- link libraries -----------------------------------------------------------