From f26581f20a181417c52b854ec2496a051fc56bb8 Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Tue, 22 Oct 2024 23:03:44 -0400 Subject: [PATCH] build: remove python dependency for non windows --- cmake/Libraries.cmake | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/cmake/Libraries.cmake b/cmake/Libraries.cmake index 153dc40e8..7d9dab348 100644 --- a/cmake/Libraries.cmake +++ b/cmake/Libraries.cmake @@ -23,9 +23,9 @@ macro(configure_libs) configure_unix_libs() elseif(WIN32) configure_windows_libs() + find_package(Python REQUIRED QUIET) endif() - configure_python() configure_qt() configure_openssl() configure_coverage() @@ -345,14 +345,6 @@ macro(configure_windows_libs) endmacro() -macro(configure_python) - if(WIN32) - find_package(Python REQUIRED QUIET) - else() - find_package(Python3 REQUIRED QUIET) - endif() -endmacro() - macro(configure_qt) find_package(