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

[bugfix] check if dune-fempy is found in CMake config.

parent 7387b7aa
No related branches found
No related tags found
1 merge request!3Scaling limiter
Pipeline #11163 failed
......@@ -20,8 +20,12 @@ dune_project()
include(DuneMPI)
if(dune-fempy_FOUND)
set(PYDEMO_DIR pydemo)
endif()
#add sub directories
dune_add_subdirs( dune lib doc cmake/modules pydemo)
dune_add_subdirs( dune lib doc cmake/modules ${PYDEMO_DIR})
#add fem-dg test, i.e. tests which are not included in a directory called "test"
#set( _dirnew dune/fem-dg/examples/advdiff_test )
......
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