diff --git a/CMakeLists.txt b/CMakeLists.txt index f37d345a788fa3dd3c66e616b3bbfc9f34354ddd..6970a8167400395cf74e873e99239825f4788adf 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 83d3fa76f5196bc667e516c590ae6fd297027050..45ea8074e31604d3e4cc594baaa5abe9fac1921b 160000 --- a/cmake +++ b/cmake @@ -1 +1 @@ -Subproject commit 83d3fa76f5196bc667e516c590ae6fd297027050 +Subproject commit 45ea8074e31604d3e4cc594baaa5abe9fac1921b