Skip to content
Snippets Groups Projects
Commit f16e23d0 authored by Lars Bilke's avatar Lars Bilke Committed by Tom Fischer
Browse files

[cmake] Build python modules on OGS_BUILD_WHEEL only.

parent ef5926ef
No related branches found
No related tags found
No related merge requests found
...@@ -20,4 +20,6 @@ if(OGS_USE_INSITU) ...@@ -20,4 +20,6 @@ if(OGS_USE_INSITU)
add_subdirectory(InSituLib) add_subdirectory(InSituLib)
endif() endif()
add_subdirectory(Python) if(OGS_BUILD_WHEEL)
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