diff --git a/Framework/Logging/CMakeLists.txt b/Framework/Logging/CMakeLists.txt index f8b1503537ae0538dccc98b153dbe88f1da260c7..056aaad3549077dcf063243536c6d17b97a1e4a6 100644 --- a/Framework/Logging/CMakeLists.txt +++ b/Framework/Logging/CMakeLists.txt @@ -27,6 +27,7 @@ target_include_directories ( INTERFACE $<BUILD_INTERFACE:${PROJECT_BINARY_DIR}/include> $<INSTALL_INTERFACE:include/> + ${Boost_INCLUDE_DIRS} ) # install library diff --git a/Processes/StackInspector/CMakeLists.txt b/Processes/StackInspector/CMakeLists.txt index 9711c42273ecbe5b5d1243053df87b7ca70db41d..96b502f60981b891a6c45c94b18013c1f7910477 100644 --- a/Processes/StackInspector/CMakeLists.txt +++ b/Processes/StackInspector/CMakeLists.txt @@ -31,6 +31,7 @@ target_link_libraries ( CORSIKAunits CORSIKAgeometry CORSIKAsetup + CORSIKAlogging ) target_include_directories (