Skip to content
Snippets Groups Projects
Commit edb5b27e authored by Ben Boeckel's avatar Ben Boeckel
Browse files

vtkModuleWrapPython: place the importer module relative to the top

This follows where all the other bits are going to go.
parent 02892895
No related branches found
No related tags found
No related merge requests found
Pipeline #151389 passed
......@@ -836,7 +836,7 @@ static void ${_vtk_python_TARGET_NAME}_load() {\n")
string(TOUPPER "${_vtk_python_config}" _vtk_python_config_upper)
set_property(TARGET "${_vtk_python_static_importer_name}"
PROPERTY
"LIBRARY_OUTPUT_DIRECTORY_${_vtk_python_config_upper}" "${_vtk_python_MODULE_DESTINATION}")
"LIBRARY_OUTPUT_DIRECTORY_${_vtk_python_config_upper}" "${CMAKE_BINARY_DIR}/${_vtk_python_MODULE_DESTINATION}")
endforeach ()
endif ()
set_property(TARGET "${_vtk_python_static_importer_name}"
......
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