From 712c5740b280811c4d0fb15fa08f45453246b9d9 Mon Sep 17 00:00:00 2001
From: AlQuemist <alquemist@Lyriks>
Date: Tue, 13 Jun 2023 15:58:15 +0200
Subject: [PATCH] FindCustomPython3: rm unneed CMake expression

---
 cmake/multipython/FindCustomPython3.cmake | 1 -
 1 file changed, 1 deletion(-)

diff --git a/cmake/multipython/FindCustomPython3.cmake b/cmake/multipython/FindCustomPython3.cmake
index 670e4490076..3f8be941dc2 100644
--- a/cmake/multipython/FindCustomPython3.cmake
+++ b/cmake/multipython/FindCustomPython3.cmake
@@ -20,7 +20,6 @@ function(find_custom_python3)
     unset(Python3_DIR CACHE)
 
     set(version_minor_min 8) # minimum Python version = 3.8
-    set(Python3_FIND_UNVERSIONED_NAMES FIRST) # to cope with multiple installed Py minor versions
 
     # if DEFAULT_PATH is set, the Python platform will be sought in
     # the CMake default paths. This is used for finding the _main_
-- 
GitLab