mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-16 00:03:12 -04:00
add python directory to cache so can be modified by ccmake
This commit is contained in:
parent
d1dd68ae11
commit
284abe074c
@ -100,7 +100,7 @@ else(EXISTS "${PYTHON_INCLUDE_PATH}" AND EXISTS "${PYTHON_LIBRARY}" AND EXISTS "
|
|||||||
if(APPLE)
|
if(APPLE)
|
||||||
# keep reference to system or custom python site-packages
|
# keep reference to system or custom python site-packages
|
||||||
# useful during app-bundling operations
|
# useful during app-bundling operations
|
||||||
set(PYTHON_SITE_PACKAGES_SYS ${PYTHON_SITE_PACKAGES_DIR})
|
set(PYTHON_SITE_PACKAGES_SYS ${PYTHON_SITE_PACKAGES_DIR} CACHE FILEPATH "Directory holding Python site packages")
|
||||||
endif(APPLE)
|
endif(APPLE)
|
||||||
set(PYTHON_LIBRARIES ${PYTHON_LIBRARY})
|
set(PYTHON_LIBRARIES ${PYTHON_LIBRARY})
|
||||||
if(NOT PYTHONLIBRARY_FIND_QUIETLY)
|
if(NOT PYTHONLIBRARY_FIND_QUIETLY)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user