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 8ca976f commit 9c08c75Copy full SHA for 9c08c75
cmake/prep/options.cmake
@@ -10,7 +10,6 @@ set(SUNSHINE_PUBLISHER_ISSUE_URL "https://app.lizardbyte.dev/support"
10
option(BUILD_DOCS "Build documentation" ON)
11
option(BUILD_TESTS "Build tests" ON)
12
option(NPM_OFFLINE "Use offline npm packages. You must ensure packages are in your npm cache." OFF)
13
-option(TESTS_ENABLE_PYTHON_TESTS "Enable Python tests" ON)
14
15
option(BUILD_WERROR "Enable -Werror flag." OFF)
16
0 commit comments