Default BUILD_QTVIEWER to off for the time being

This commit is contained in:
Thomas Krijnen
2022-04-23 15:39:03 +02:00
committed by GitHub
parent 421b58850c
commit c2cad06cfa
+1 -1
View File
@@ -67,7 +67,7 @@ IF(NOT CMAKE_BUILD_TYPE)
ENDIF()
# QtViewer requires Qt5
OPTION(BUILD_QTVIEWER "Build IfcOpenShell Qt GUI Viewer" ON)
OPTION(BUILD_QTVIEWER "Build IfcOpenShell Qt GUI Viewer" OFF)
include(GNUInstallDirs)
if((BUILD_CONVERT OR BUILD_GEOMSERVER OR BUILD_IFCPYTHON) AND (NOT BUILD_IFCGEOM))
message(STATUS "'IfcGeom' is required with current outputs")