From: Matthias Maier Date: Thu, 22 Jun 2023 01:40:41 +0000 (-0500) Subject: Bundled: add missing includes to compile bundled tbb target X-Git-Tag: v9.5.0-rc1~52^2~4 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f8bb914cf4c3aac51df24e2a0610a30b0aca621;p=dealii.git Bundled: add missing includes to compile bundled tbb target --- 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 )