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 0ac299a commit e6bb623
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

0 comments on commit e6bb623

Please sign in to comment.