From 9b2ba0076856f5770599a47c68c33e970c3709c8 Mon Sep 17 00:00:00 2001 From: abn Date: Tue, 5 Jul 2016 15:32:29 +0200 Subject: [PATCH] Fixing Python detection. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 81177a3..7b1604c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -75,6 +75,7 @@ ENDIF() FIND_PACKAGE(SalomePThread REQUIRED) IF (LIBBATCH_PYTHON_WRAPPING) + FIND_PACKAGE(SalomePythonInterp REQUIRED) FIND_PACKAGE(SalomePythonLibs REQUIRED) FIND_PACKAGE(SalomeSWIG REQUIRED) -- 2.39.2