Skip to content
Snippets Groups Projects
Verified Commit be5e1800 authored by Justin Carpentier's avatar Justin Carpentier
Browse files

cmake: GENERATE_PYTHON_STUBS OFF by default

parent 4bcfb359
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ SET(CMAKE_VERBOSE_MAKEFILE True)
# ----------------------------------------------------
OPTION(INSTALL_DOCUMENTATION "Generate and install the documentation" OFF)
OPTION(SUFFIX_SO_VERSION "Suffix library name with its version" OFF)
OPTION(GENERATE_PYTHON_STUBS "Generate the Python stubs associated to the Python library" ON)
CMAKE_DEPENDENT_OPTION(GENERATE_PYTHON_STUBS "Generate the Python stubs associated to the Python library" OFF "NOT WIN32" OFF)
IF(DEFINED BUILD_UNIT_TESTS)
MESSAGE(AUTHOR_WARNING "BUILD_UNIT_TESTS is deprecated. Use BUILD_TESTING instead.\
......
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