Skip to content

Commit 3ffcfc2

Browse files
committed
[CMake] Set documentation optional
1 parent 723f113 commit 3ffcfc2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ INCLUDE(cmake/python.cmake)
2323
SET(PROJECT_NAME eigenpy)
2424
SET(PROJECT_DESCRIPTION "Wrapping Eigen3 -- numpy")
2525
SET(PROJECT_URL "http://github.com/stack-of-tasks/eigenpy")
26+
OPTION(INSTALL_DOCUMENTATION "Generate and install the documentation" FALSE)
2627

2728
# Disable -Werror on Unix for now.
2829
SET(CXX_DISABLE_WERROR True)

cmake

0 commit comments

Comments
 (0)