]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
CMake: Bugfix, look for template-arguments at the right place
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 15 Sep 2013 09:57:19 +0000 (09:57 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 15 Sep 2013 09:57:19 +0000 (09:57 +0000)
git-svn-id: https://svn.dealii.org/trunk@30709 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/cmake/macros/macro_expand_instantiations.cmake

index c842ba0d96a53512d34f78826f436a2eb50bdbad..684860d475e7dd23ef09393fc39f4d3e1db37fb3 100644 (file)
@@ -41,10 +41,10 @@ MACRO(EXPAND_INSTANTIATIONS _target _inst_in_files)
     ADD_CUSTOM_COMMAND(
       OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${_inst_file}
       DEPENDS expand_instantiations
-              ${CMAKE_BINARY_DIR}/cmake/config/template-arguments
+              ${CMAKE_BINARY_DIR}/${DEAL_II_COMMON_RELDIR}/template-arguments
               ${CMAKE_CURRENT_SOURCE_DIR}/${_inst_in_file}
       COMMAND expand_instantiations
-      ARGS ${CMAKE_BINARY_DIR}/cmake/config/template-arguments
+      ARGS ${CMAKE_BINARY_DIR}/${DEAL_II_COMMON_RELDIR}/template-arguments
            < ${CMAKE_CURRENT_SOURCE_DIR}/${_inst_in_file}
            > ${CMAKE_CURRENT_BINARY_DIR}/${_inst_file}
       )

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.