From 33afdb7df76bc18f7fab6f0a1383fa032624d572 Mon Sep 17 00:00:00 2001 From: CharlesPignerol <121161149+CharlesPignerol@users.noreply.github.com> Date: Wed, 2 Sep 2026 07:54:54 +0200 Subject: [PATCH] Updating cmake version for QtPython3 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 59f5edc..5f04235 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ find_package (GUIToolkitsVariables) include (cmake/version.cmake) include (${GUIToolkitsVariables_CMAKE_DIR}/common.cmake) -set (QtPYTHON_VERSION ${QT_PYTHON_VERSION}) +set (QtPYTHON_VERSION ${QT_PYTHON_3_VERSION}) set (CMAKE_VERBOSE_MAKEFILE ON) option (BUILD_SHARED_LIBS "Creation de bibliotheques dynamiques (defaut : ON)" ON)