File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ option(INSTALL_DOCUMENTATION "Generate and install the documentation" OFF)
53
53
option (COAL_TURN_ASSERT_INTO_EXCEPTION "Turn some critical Coal asserts to exception." FALSE )
54
54
option (COAL_ENABLE_LOGGING "Activate logging for warnings or error messages. Turned on by default in Debug." FALSE )
55
55
option (COAL_BACKWARD_COMPATIBILITY_WITH_HPP_FCL "Make Coal retro-compatible with HPP-FCL." FALSE )
56
+ option (ENABLE_PYTHON_DOXYGEN_AUTODOC "Enable automatic documentation of Python bindings from Doxygen documentation" TRUE )
56
57
57
58
# Check if the submodule cmake have been initialized
58
59
set (JRL_CMAKE_MODULES "${CMAKE_CURRENT_LIST_DIR} /cmake" )
Original file line number Diff line number Diff line change @@ -53,8 +53,6 @@ SET(${PYTHON_LIB_NAME}_HEADERS
53
53
serializable.hh
54
54
)
55
55
56
- SET (ENABLE_PYTHON_DOXYGEN_AUTODOC TRUE CACHE BOOL "Enable automatic documentation of Python bindings from Doxygen documentation" )
57
-
58
56
IF ( NOT ENABLE_PYTHON_DOXYGEN_AUTODOC
59
57
OR NOT DOXYGEN_FOUND)
60
58
SET (ENABLE_DOXYGEN_AUTODOC FALSE )
You can’t perform that action at this time.
0 commit comments