Skip to content
Snippets Groups Projects
Commit 4e027104 authored by Ben Boeckel's avatar Ben Boeckel Committed by Kitware Robot
Browse files

Merge topic 'update-dependencies-python'


398b7f17 win32: update for new pywin32 install rules
b9d14782 superbuild: update for Python 3.8

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Merge-request: !783
parents c0e85565 398b7f17
No related branches found
No related tags found
1 merge request!783Update dependencies python
Pipeline #195230 canceled
......@@ -155,6 +155,7 @@ if (python_enabled)
SEARCH_DIRECTORIES "${superbuild_install_location}/lib"
"${superbuild_install_location}/bin"
"${superbuild_install_location}/Python"
"${superbuild_install_location}/Python/Lib/site-packages/pywin32_system32"
EXCLUDE_REGEXES ${exclude_regexes})
......@@ -170,6 +171,10 @@ if (python_enabled)
DIRECTORY "${superbuild_install_location}/Python/Lib/site-packages/win32"
DESTINATION "bin/Lib/site-packages"
COMPONENT "superbuild")
install(
DIRECTORY "${superbuild_install_location}/Python/Lib/site-packages/pywin32_system32"
DESTINATION "bin/Lib/site-packages"
COMPONENT "superbuild")
install(
FILES "${superbuild_install_location}/Python/Lib/site-packages/pywin32.pth"
"${superbuild_install_location}/Python/Lib/site-packages/pywin32.version.txt"
......
Subproject commit fe860e66d3897cddcbd21d98f1e966b1bde233cd
Subproject commit 68508dcb041e5b9b3183d2c1b653e111f1c5b6c7
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