From 233c617745d5b2365a23933359ceb9769bd4e735 Mon Sep 17 00:00:00 2001 From: maier Date: Wed, 19 Sep 2012 16:31:22 +0000 Subject: [PATCH] Add the expand_instantiations executable to compat_files as well git-svn-id: https://svn.dealii.org/branches/branch_cmake@26514 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/contrib/expand_instantiations/CMakeLists.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/deal.II/contrib/expand_instantiations/CMakeLists.txt b/deal.II/contrib/expand_instantiations/CMakeLists.txt index 9d4e2eb479..079ab20347 100644 --- a/deal.II/contrib/expand_instantiations/CMakeLists.txt +++ b/deal.II/contrib/expand_instantiations/CMakeLists.txt @@ -1,3 +1,14 @@ ADD_EXECUTABLE(expand_instantiations expand_instantiations.cc) +IF(DEAL_II_INSTALL_COMPAT_FILES) + # + # Install the expand_instantiations to its old place under common/scripts + # + INSTALL(TARGETS expand_instantiations + RUNTIME + DESTINATION common/scripts + COMPONENT compat_files + ) + +ENDIF() -- 2.39.5