Mentions légales du service

Skip to content
Snippets Groups Projects
Commit c4bb9839 authored by David E. DeMarle's avatar David E. DeMarle Committed by Kitware Robot
Browse files

Merge topic 'fix-wheel-building' into release


4856e3fa ENH: Facilitate building wheels.

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Acked-by: default avatarMatt McCormick <matt@mmmccormick.com>
Merge-request: !4913
parents 106c747a 4856e3fa
Branches
No related tags found
No related merge requests found
...@@ -51,14 +51,16 @@ else() ...@@ -51,14 +51,16 @@ else()
CACHE INTERNAL "Directory where python modules will be built") CACHE INTERNAL "Directory where python modules will be built")
endif() endif()
if(WIN32 AND NOT CYGWIN) if(NOT DEFINED VTK_INSTALL_PYTHON_MODULES_DIR)
set(VTK_INSTALL_PYTHON_MODULES_DIR if(WIN32 AND NOT CYGWIN)
"${VTK_INSTALL_RUNTIME_DIR}/${VTK_PYTHON_SITE_PACKAGES_SUFFIX}" set(VTK_INSTALL_PYTHON_MODULES_DIR
CACHE INTERNAL "Directory where python modules will be installed") "${VTK_INSTALL_RUNTIME_DIR}/${VTK_PYTHON_SITE_PACKAGES_SUFFIX}"
else() CACHE INTERNAL "Directory where python modules will be installed")
set(VTK_INSTALL_PYTHON_MODULES_DIR else()
"${VTK_INSTALL_LIBRARY_DIR}/${VTK_PYTHON_SITE_PACKAGES_SUFFIX}" set(VTK_INSTALL_PYTHON_MODULES_DIR
CACHE INTERNAL "Directory where python modules will be installed") "${VTK_INSTALL_LIBRARY_DIR}/${VTK_PYTHON_SITE_PACKAGES_SUFFIX}"
CACHE INTERNAL "Directory where python modules will be installed")
endif()
endif() endif()
# Export location of python module dirs in install and build tree for for # Export location of python module dirs in install and build tree for for
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment