Skip to content

Commit

Permalink
fix python future installation (followup 5895780)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Apr 8, 2016
1 parent 644eec6 commit 96148e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/ext-libs/CMakeLists.txt
Expand Up @@ -45,6 +45,7 @@ IF(NOT ENABLE_PYTHON3)
FILE(GLOB items RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}/future future/*)

FOREACH(item ${items})
INSTALL(DIRECTORY future/${item} DESTINATION "${QGIS_PYTHON_DIR}")
FILE(GLOB_RECURSE files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}/future future/*)
ADD_CUSTOM_COMMAND(TARGET pyfuture
POST_BUILD
Expand Down

0 comments on commit 96148e3

Please sign in to comment.