build: remove python dependency for non windows
This commit is contained in:
@ -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(
|
||||
|
||||
Reference in New Issue
Block a user