Skip to content
Snippets Groups Projects
Commit c4de90bd authored by dedner's avatar dedner
Browse files

added missing subdirectory command for the python subfolder in the

CMakeLists.txt file
parent 69263d5e
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,7 @@ add_subdirectory(utils)
if(NOT (${DUNE_COMMON_VERSION} VERSION_LESS 2.6))
if(DUNE_PYTHON_pip_FOUND)
add_subdirectory("python")
dune_python_install_package(PATH "python")
endif()
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