Added USERSPACE_PYTHON_PREFIX cmake variable to allow install IfcPython in userspace instead of system-wide.

This commit is contained in:
Yorik van Havre
2020-06-22 12:24:34 +02:00
committed by Thomas Krijnen
parent 3e9fff6c19
commit c76c72c017
2 changed files with 12 additions and 4 deletions
+1
View File
@@ -49,6 +49,7 @@ endif()
if (${BUILD_CONVERT})
OPTION(GLTF_SUPPORT "Build IfcConvert with glTF support (requires json.hpp)." OFF)
endif()
OPTION(USERSPACE_PYTHON_PREFIX "Installs IfcPython for the current user only instead of system-wide." OFF)
# TODO QtViewer is deprecated ATM as it uses the 0.4 API
# OPTION(BUILD_QTVIEWER "Build IfcOpenShell Qt GUI Viewer (requires Qt 4 framework)." OFF)