Skip to content

Commit e6bb623

Browse files
committed
fix python testing install directory
1 parent 0ac299a commit e6bb623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/testing/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# See ../CMakeLists.txt for info on staged-plugins* and clean-staged-plugins targets
22

3-
SET (QGIS_PYTHON_DIR ${QGIS_DATA_DIR}/python)
3+
SET(QGIS_PYTHON_DIR ${PYTHON_SITE_PACKAGES_DIR}/qgis)
44
SET (PYTHON_OUTPUT_DIRECTORY ${QGIS_OUTPUT_DIRECTORY}/python)
55

66
SET(PY_FILES

0 commit comments

Comments
 (0)