From 73b5c7eed325574ea608b7f7230c7162a1ec9197 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Fri, 19 Jul 2019 20:57:40 +0200 Subject: [PATCH] Fix priority --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 282cc9be..e618cdb9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,7 +42,7 @@ if(USE_WMAIN) endif() if (BUILD_TESTING AND CATCH_BUILD_TESTING AND NOT_SUBPROJECT) - find_package(Python3 COMPONENTS Interpreter) + find_package(Python COMPONENTS Interpreter) if (NOT Python_Interpreter_FOUND) message(FATAL_ERROR "Python not found, but required for tests") endif()