[Doc] Fix a hard requirement in CMake for FEM
This commit is contained in:
committed by
Benjamin Nauck
parent
7640e8ddd1
commit
012fd6d3b8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user