diff --git a/cmake/prep/options.cmake b/cmake/prep/options.cmake index 0043b137..cc2e1e1f 100644 --- a/cmake/prep/options.cmake +++ b/cmake/prep/options.cmake @@ -10,7 +10,6 @@ set(SUNSHINE_PUBLISHER_ISSUE_URL "https://app.lizardbyte.dev/support" option(BUILD_DOCS "Build documentation" ON) option(BUILD_TESTS "Build tests" ON) option(NPM_OFFLINE "Use offline npm packages. You must ensure packages are in your npm cache." OFF) -option(TESTS_ENABLE_PYTHON_TESTS "Enable Python tests" ON) option(BUILD_WERROR "Enable -Werror flag." OFF)