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

[CMake] check for dune-corepy instead of a CMake command

parent eacee1ad
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ add_subdirectory(lib)
add_subdirectory(examples EXCLUDE_FROM_ALL)
add_subdirectory(utils)
if (COMMAND add_python_target)
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