From b54f0353b03c33bbfe98808e2c5aab3ecce4d0e3 Mon Sep 17 00:00:00 2001 From: wmayer Date: Tue, 29 May 2018 09:38:23 +0200 Subject: [PATCH] revert commit d1588052ffe --- CMakeLists.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 51442a6e4f..1cfe238299 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -279,11 +279,7 @@ OPTION(BUILD_START "Build the FreeCAD start module" ON) OPTION(BUILD_TEST "Build the FreeCAD test module" ON) OPTION(BUILD_TECHDRAW "Build the FreeCAD Technical Drawing module" ON) OPTION(BUILD_TUX "Build the FreeCAD Tux module" ON) -if (BUILD_QT5) - OPTION(BUILD_WEB "Build the FreeCAD web module" OFF) -else() - OPTION(BUILD_WEB "Build the FreeCAD web module" ON) -endif() +OPTION(BUILD_WEB "Build the FreeCAD web module" ON) OPTION(BUILD_SURFACE "Build the FreeCAD surface module" ON) OPTION(BUILD_VR "Build the FreeCAD Oculus Rift support (need Oculus SDK 4.x or higher)" OFF)