From: David Wells Date: Fri, 15 Jan 2021 00:01:27 +0000 (-0500) Subject: Fix a minor CMake bug. X-Git-Tag: v9.3.0-rc1~587^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72acadbbca6e067ecd97ec1dabb3ee7458c34536;p=dealii.git Fix a minor CMake bug. --- diff --git a/source/simplex/CMakeLists.txt b/source/simplex/CMakeLists.txt index 398736607d..6814164168 100644 --- a/source/simplex/CMakeLists.txt +++ b/source/simplex/CMakeLists.txt @@ -41,7 +41,7 @@ SET(_inst ) FILE(GLOB _header - ${CMAKE_SOURCE_DIR}/include/deal.II/tet/*.h + ${CMAKE_SOURCE_DIR}/include/deal.II/simplex/*.h ) DEAL_II_ADD_LIBRARY(obj_simplex OBJECT ${_src} ${_header} ${_inst})