From 72acadbbca6e067ecd97ec1dabb3ee7458c34536 Mon Sep 17 00:00:00 2001 From: David Wells Date: Thu, 14 Jan 2021 19:01:27 -0500 Subject: [PATCH] Fix a minor CMake bug. --- source/simplex/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}) -- 2.39.5