From 3ffcfc23a2134867884b19d180b5b5541d6d17cc Mon Sep 17 00:00:00 2001 From: jcarpent <jcarpent@laas.fr> Date: Mon, 3 Oct 2016 17:21:18 +0200 Subject: [PATCH] [CMake] Set documentation optional --- CMakeLists.txt | 1 + cmake | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f37d345a..6970a816 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,6 +23,7 @@ INCLUDE(cmake/python.cmake) SET(PROJECT_NAME eigenpy) SET(PROJECT_DESCRIPTION "Wrapping Eigen3 -- numpy") SET(PROJECT_URL "http://github.com/stack-of-tasks/eigenpy") +OPTION(INSTALL_DOCUMENTATION "Generate and install the documentation" FALSE) # Disable -Werror on Unix for now. SET(CXX_DISABLE_WERROR True) diff --git a/cmake b/cmake index 83d3fa76..45ea8074 160000 --- a/cmake +++ b/cmake @@ -1 +1 @@ -Subproject commit 83d3fa76f5196bc667e516c590ae6fd297027050 +Subproject commit 45ea8074e31604d3e4cc594baaa5abe9fac1921b -- GitLab