Skip to content

Commit 96148e3

Browse files
committed
fix python future installation (followup 5895780)
1 parent 644eec6 commit 96148e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/ext-libs/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ IF(NOT ENABLE_PYTHON3)
4545
FILE(GLOB items RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}/future future/*)
4646

4747
FOREACH(item ${items})
48+
INSTALL(DIRECTORY future/${item} DESTINATION "${QGIS_PYTHON_DIR}")
4849
FILE(GLOB_RECURSE files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}/future future/*)
4950
ADD_CUSTOM_COMMAND(TARGET pyfuture
5051
POST_BUILD

0 commit comments

Comments
 (0)