From c4ea2be5af289eab9d02225f8caf8cb573c6fdb9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernard=20S=C3=A9cher=C3=83?= Date: Wed, 20 Jan 2021 07:46:26 +0100 Subject: [PATCH] update test python --- CoreFlows/examples/Python/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CoreFlows/examples/Python/CMakeLists.txt b/CoreFlows/examples/Python/CMakeLists.txt index 9d085be..6d18b75 100755 --- a/CoreFlows/examples/Python/CMakeLists.txt +++ b/CoreFlows/examples/Python/CMakeLists.txt @@ -36,8 +36,8 @@ if (COREFLOWS_WITH_GUI) # ============= # Mandatory products -# FIND_PACKAGE(SalomePythonInterp REQUIRED) -# FIND_PACKAGE(SalomePythonLibs REQUIRED) + FIND_PACKAGE(SalomePythonInterp REQUIRED) + FIND_PACKAGE(SalomePythonLibs REQUIRED) SET(_all_SCRIPTS main_tests.py -- 2.39.2