From 1f8bb914cf4c3aac51df24e2a0610a30b0aca621 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Wed, 21 Jun 2023 20:40:41 -0500 Subject: [PATCH] Bundled: add missing includes to compile bundled tbb target --- bundled/tbb-2018_U2/src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/bundled/tbb-2018_U2/src/CMakeLists.txt b/bundled/tbb-2018_U2/src/CMakeLists.txt index 6afca5c0f5..a1a62e8fe1 100644 --- a/bundled/tbb-2018_U2/src/CMakeLists.txt +++ b/bundled/tbb-2018_U2/src/CMakeLists.txt @@ -45,6 +45,7 @@ enable_if_supported(DEAL_II_WARNING_FLAGS "-Wno-tautological-overlap-compare") set(CMAKE_INCLUDE_CURRENT_DIR TRUE) include_directories( + ${CMAKE_CURRENT_SOURCE_DIR}/../include/ ${CMAKE_CURRENT_SOURCE_DIR}/rml/include ) -- 2.39.5