Skip to content
Snippets Groups Projects
Commit a71cdb59 authored by Robert K's avatar Robert K
Browse files

[cleanup] fix typos.

parent 11f5fc47
No related branches found
No related tags found
No related merge requests found
# the main files for all the tests are in the same dir
set(FEMDG_MAIN_DIR "${CMAKE_SOURCE_DIR}/dune/fem-dg/main")
set(INSOURCE_FEMDG_PARAMETER_FILE TRUE)
set(OUT_OF_SOURCE_FEMDG_PARAMETER_FILE TRUE)
if(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR})
set(INSOURCE_FEMDG_PARAMETER_FILE FALSE)
set(OUT_OF_SOURCE_FEMDG_PARAMETER_FILE FALSE)
endif()
# macro for configuring the parameter files from parameter.in
macro(configure_parameter_file)
set(CURRENT_PARAMETER_PATH .)
if(INSOURCE_FEMDG_PARAMETER_FILE)
if(OUT_OF_SOURCE_FEMDG_PARAMETER_FILE)
set(CURRENT_PARAMETER_PATH ${CMAKE_CURRENT_SOURCE_DIR})
endif()
configure_file(parameter.in ${CMAKE_CURRENT_BINARY_DIR}/parameter)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment