Skip to content
Snippets Groups Projects
Unverified Commit e5e649ce authored by Lars Bilke's avatar Lars Bilke
Browse files

[py] ogs.callbacks-module is only used in wheels.

parent 6f76fcdc
No related branches found
No related tags found
No related merge requests found
...@@ -11,12 +11,14 @@ endif() ...@@ -11,12 +11,14 @@ endif()
add_subdirectory(ogs) add_subdirectory(ogs)
add_subdirectory(ogs.simulator) add_subdirectory(ogs.simulator)
add_subdirectory(ogs.mesh) add_subdirectory(ogs.mesh)
add_subdirectory(ogs.callbacks) if(OGS_BUILD_WHEEL)
add_subdirectory(ogs.callbacks)
endif()
if(OGS_USE_PIP) if(OGS_USE_PIP)
set_target_properties( set_target_properties(
simulator mesh callbacks PROPERTIES LIBRARY_OUTPUT_DIRECTORY simulator mesh PROPERTIES LIBRARY_OUTPUT_DIRECTORY
${_py_build_location} ${_py_build_location}
) )
file( file(
COPY ogs/. COPY ogs/.
......
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