build: remove python dependency for non windows

This commit is contained in:
sithlord48
2024-10-22 23:03:44 -04:00
committed by Nick Bolton
parent 01565ba9a9
commit f26581f20a

View File

@ -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(