From: Wolfgang Bangerth Date: Tue, 21 May 2024 13:58:33 +0000 (-0600) Subject: Fix the path to to-be-installed TaskFlow headers. X-Git-Tag: v9.6.0-rc1~249^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=865efa46998b2df6f4f8a797619851e6bbb59882;p=dealii.git Fix the path to to-be-installed TaskFlow headers. --- diff --git a/bundled/CMakeLists.txt b/bundled/CMakeLists.txt index 1dd30c0301..692ad20e0a 100644 --- a/bundled/CMakeLists.txt +++ b/bundled/CMakeLists.txt @@ -70,7 +70,7 @@ endif() if(DEAL_II_FEATURE_TASKFLOW_BUNDLED_CONFIGURED) - install(DIRECTORY ${TASKFLOW_FOLDER}/include/taskflow + install(DIRECTORY ${TASKFLOW_FOLDER}/taskflow DESTINATION ${DEAL_II_INCLUDE_RELDIR}/deal.II/bundled COMPONENT library )