aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/cmake
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2017-08-25 12:54:33 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2017-08-28 11:37:11 +0200
commit2b134d46c21c86dd1cf66ba5e9c961714d73b3b3 (patch)
treed4908ae8d78a228ad161e1237a1b0b5d3c5d98af /sources/pyside2/cmake
parent84597fa46a6c0134cef514f749c3f072bfe6fe14 (diff)
parent117e0ff91275b4bc06dd5383f19e7028c5ef6ff8 (diff)
Merge remote-tracking branch 'origin/5.6' into 5.9
Diffstat (limited to 'sources/pyside2/cmake')
-rw-r--r--sources/pyside2/cmake/Macros/PySideModules.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside2/cmake/Macros/PySideModules.cmake b/sources/pyside2/cmake/Macros/PySideModules.cmake
index b5bb725fe..0b0a6ab89 100644
--- a/sources/pyside2/cmake/Macros/PySideModules.cmake
+++ b/sources/pyside2/cmake/Macros/PySideModules.cmake
@@ -113,7 +113,7 @@ macro(create_pyside_module
endif()
# install
- install(TARGETS ${module_name} LIBRARY DESTINATION ${SITE_PACKAGE}/PySide2)
+ install(TARGETS ${module_name} LIBRARY DESTINATION ${PYTHON_SITE_PACKAGES}/PySide2)
string(TOLOWER ${module_name} lower_module_name)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/PySide2/${module_name}/pyside2_${lower_module_name}_python.h
DESTINATION include/PySide2${pyside2_SUFFIX}/${module_name}/)