From: maier Date: Wed, 19 Sep 2012 16:31:22 +0000 (+0000) Subject: Add the expand_instantiations executable to compat_files as well X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=233c617745d5b2365a23933359ceb9769bd4e735;p=dealii-svn.git 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 --- 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()