Skip to content

Commit

Permalink
fix python testing install directory
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Apr 21, 2016
1 parent 36e5dc8 commit ba94896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/testing/CMakeLists.txt
@@ -1,6 +1,6 @@
# See ../CMakeLists.txt for info on staged-plugins* and clean-staged-plugins targets

SET (QGIS_PYTHON_DIR ${QGIS_DATA_DIR}/python)
SET(QGIS_PYTHON_DIR ${PYTHON_SITE_PACKAGES_DIR}/qgis)
SET (PYTHON_OUTPUT_DIRECTORY ${QGIS_OUTPUT_DIRECTORY}/python)

SET(PY_FILES
Expand Down

1 comment on commit ba94896

@3nids
Copy link
Member Author

@3nids 3nids commented on ba94896 Apr 21, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

backported to 2.14 in e6bb623

Please sign in to comment.