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(