From: Matthias Maier Date: Tue, 2 Oct 2012 22:58:05 +0000 (+0000) Subject: Actually install the macro as well X-Git-Tag: v8.0.0~1079^2~517 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea0cefc8910acb3c138b95c93ce0ab65e7953bd5;p=dealii.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 )