Skip to content

Commit 492b11b

Browse files
committed
cmake: remove redundant option
1 parent faee80b commit 492b11b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ include(CMakeDependentOption)
4949
apply_default_apple_configuration()
5050

5151
option(BUILD_PYTHON_INTERFACE "Build the Python bindings" OFF)
52-
option(INSTALL_DOCUMENTATION "Generate and install the C++ documentation" OFF)
5352
option(INITIALIZE_EIGEN_WITH_NAN "Initialize Eigen objects with NAN values" OFF)
5453
option(CHECK_RUNTIME_MALLOC
5554
"Check if some memory allocations are performed at runtime" OFF)

0 commit comments

Comments
 (0)