${CMAKE_SOURCE_DIR}/contrib #TODO
${CMAKE_SOURCE_DIR}/include/
- ${CMAKE_BINARY_DIR}/configured/
+ ${CMAKE_BINARY_DIR}/include/
)
CONFIGURE_FILE(
${CMAKE_CURRENT_SOURCE_DIR}/template-arguments.in
- ${CMAKE_BINARY_DIR}/configured/template-arguments
+ ${CMAKE_CURRENT_BINARY_DIR}/template-arguments
)
OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${inst_file}
DEPENDS expand_instantiations
COMMAND expand_instantiations
- ARGS ${CMAKE_BINARY_DIR}/configured/template-arguments
+ ARGS ${CMAKE_BINARY_DIR}/common/expand_instantiations/template-arguments
< ${CMAKE_CURRENT_SOURCE_DIR}/${inst_in_file}
> ${CMAKE_CURRENT_BINARY_DIR}/${inst_file}
)
CONFIGURE_FILE(
${CMAKE_CURRENT_SOURCE_DIR}/deal.II/lac/lapack_templates.h.in
- ${CMAKE_BINARY_DIR}/configured/deal.II/lac/lapack_templates.h #TODO
+ ${CMAKE_CURRENT_BINARY_DIR}/deal.II/lac/lapack_templates.h
)
CONFIGURE_FILE(
${CMAKE_CURRENT_SOURCE_DIR}/deal.II/base/config.h.in
- ${CMAKE_BINARY_DIR}/configured/deal.II/base/config.h #TODO
+ ${CMAKE_CURRENT_BINARY_DIR}/deal.II/base/config.h
)
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