Skip to content
Snippets Groups Projects
Commit d52befe4 authored by Martin Nolte's avatar Martin Nolte
Browse files

[bugfix] use correct CMake variable to check whether dune-corepy was found

parent 26ee0fbf
No related branches found
No related tags found
1 merge request!7[bugfix] use correct CMake variable to check whether dune-corepy was found
......@@ -10,7 +10,7 @@ dune_project()
add_subdirectory(cmake/modules)
add_subdirectory(doc)
add_subdirectory(dune)
if(HAVE_DUNE_COREPY)
if(dune-corepy_FOUND)
add_subdirectory(python)
endif()
......
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