From 9c08c75a44097a5a5c866d70ccf0c8c080257a0c Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Wed, 14 May 2025 13:37:08 -0400 Subject: [PATCH] build(cmake): remove unused python tests option (#3879) --- cmake/prep/options.cmake | 1 - 1 file changed, 1 deletion(-) 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)