From e7b81c6175307e8e878543ab8807f07f71888156 Mon Sep 17 00:00:00 2001 From: maier Date: Tue, 2 Oct 2012 22:58:05 +0000 Subject: [PATCH] Actually install the macro as well git-svn-id: https://svn.dealii.org/branches/branch_cmake@26929 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/config/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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 ) -- 2.39.5