From: maier Date: Tue, 2 Oct 2012 22:58:05 +0000 (+0000) Subject: Actually install the macro as well X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7b81c6175307e8e878543ab8807f07f71888156;p=dealii-svn.git Actually install the macro as well git-svn-id: https://svn.dealii.org/branches/branch_cmake@26929 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/config/CMakeLists.txt b/deal.II/config/CMakeLists.txt index c0edebc0ba..9f3ce06823 100644 --- a/deal.II/config/CMakeLists.txt +++ b/deal.II/config/CMakeLists.txt @@ -29,6 +29,7 @@ LIST(APPEND DEAL_II_MACROS INSTALL(FILES ${CMAKE_SOURCE_DIR}/cmake/macros/macro_deal_ii_initialize_cached_variables.cmake ${CMAKE_SOURCE_DIR}/cmake/macros/macro_deal_ii_setup_target.cmake + ${CMAKE_SOURCE_DIR}/cmake/macros/macro_deal_ii_setup_compiler.cmake DESTINATION ${DEAL_II_CMAKE_MACROS_RELDIR} COMPONENT library )