From 102f29b9cba3d8d3ffb19cea9fe457ec7d19ecc4 Mon Sep 17 00:00:00 2001 From: Daniel Savchenko <dsavchenko@carlos.informatik.rwth-aachen.de> Date: Thu, 24 Oct 2024 12:50:01 +0200 Subject: [PATCH] revert changes to python312 --- tests/run_tests.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/run_tests.py b/tests/run_tests.py index fccc7d77..e68b311a 100644 --- a/tests/run_tests.py +++ b/tests/run_tests.py @@ -131,9 +131,9 @@ elif sys.platform == "win32": cmake_parameters = [cmake_executable, gtest_prefix , "-G", cmake_generator ,"-DCMAKE_BUILD_TYPE=Debug","-DOPENFLIPPER_BUILD_UNIT_TESTS=TRUE"] cmake_parameters.append("--debug-output") - cmake_parameters.append("-DPython3_INCLUDE_DIR=C:\Program Files\Python313\include") - cmake_parameters.append("-DPython3_LIBRARY=C:\Program Files\Python313\libs\python313.lib") - cmake_parameters.append("-DPython3_EXECUTABLE=C:\Program Files\Python313\python.exe") + cmake_parameters.append("-DPython3_INCLUDE_DIR=C:\Program Files\Python312\include") + cmake_parameters.append("-DPython3_LIBRARY=C:\Program Files\Python312\libs\python312.lib") + cmake_parameters.append("-DPython3_EXECUTABLE=C:\Program Files\Python312\python.exe") cmake_parameters.extend(cmake_configuration_list) cmake_parameters.append("..") -- GitLab