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

GENERATE_FEMDG_PARAMETER_FILE can be true now, since parameter file generation seems to

work.
parent 85b42adc
No related branches found
No related tags found
No related merge requests found
......@@ -2,14 +2,14 @@
set(FEMDG_MAIN_DIR "${CMAKE_SOURCE_DIR}/dune/fem-dg/main")
set(GENERATE_FEMDG_PARAMETER_FILE TRUE)
if(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR})
set(GENERATE_FEMDG_PARAMETER_FILE FALSE)
endif()
#if(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR})
# set(GENERATE_FEMDG_PARAMETER_FILE FALSE)
#endif()
# do a fast test build by default,
# i.e. only build the most important tests
# do a fast test build by default,
# i.e. only build the most important tests
# when calling 'make test' and 'make build_tests', respectively
set(FEMDG_FAST_TESTBUILD ON CACHE BOOL
set(FEMDG_FAST_TESTBUILD ON CACHE BOOL
"only build the most important tests when calling 'make test'" )
include(Codegen)
......
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