Skip to content
Snippets Groups Projects
Commit cb2f4b7c authored by Wolfgang Merkt's avatar Wolfgang Merkt Committed by Andrea Del Prete
Browse files

Do not generate documentation by default

Flip option by default as with EigenPy, Pinocchio
parent 95ea0559
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@ set(PROJECT_DESCRIPTION
set(PROJECT_URL "https://github.com/${PROJECT_ORG}/${PROJECT_NAME}")
# Project options
option(INSTALL_DOCUMENTATION "Build and install the documentation" OFF)
option(BUILD_PYTHON_INTERFACE "Build the python bindings" ON)
option(INSTALL_PYTHON_INTERFACE_ONLY "Install *ONLY* the python bindings" OFF)
option(SUFFIX_SO_VERSION "Suffix library name with its version" ON)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment