We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bcfb35 commit be5e180Copy full SHA for be5e180
CMakeLists.txt
@@ -27,7 +27,7 @@ SET(CMAKE_VERBOSE_MAKEFILE True)
27
# ----------------------------------------------------
28
OPTION(INSTALL_DOCUMENTATION "Generate and install the documentation" OFF)
29
OPTION(SUFFIX_SO_VERSION "Suffix library name with its version" OFF)
30
-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)
31
32
IF(DEFINED BUILD_UNIT_TESTS)
33
MESSAGE(AUTHOR_WARNING "BUILD_UNIT_TESTS is deprecated. Use BUILD_TESTING instead.\
0 commit comments