From 6f85663bb337380b34ed85784093ce2a1cbcd32d Mon Sep 17 00:00:00 2001 From: Pieter Hijma Date: Tue, 8 Apr 2025 20:22:41 +0200 Subject: [PATCH] [Doc] Fix a hard requirement in CMake for FEM --- src/Doc/CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/Doc/CMakeLists.txt b/src/Doc/CMakeLists.txt index 6662518710..a427325aed 100644 --- a/src/Doc/CMakeLists.txt +++ b/src/Doc/CMakeLists.txt @@ -29,11 +29,6 @@ if(DOXYGEN_FOUND) message("Note: Gui is not built. Documentation may lack some parts.") endif (NOT BUILD_GUI) - # Check required options - if(NOT BUILD_FEM) - message(FATAL_ERROR "Web documentation requires BUILD_FEM to be ON.") - endif() - # directory order seems important for correct macro expansion # (files containing macros definitions must be parsed before the files using them) SET(DOXYGEN_SOURCE_DIR ${COIN3D_INCLUDE_DIRS}/Inventor/fields/SoSubField.h