From: abn Date: Tue, 5 Jul 2016 13:32:29 +0000 (+0200) Subject: Fixing Python detection. X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9b2ba0076856f5770599a47c68c33e970c3709c8;p=tools%2Flibbatch.git Fixing Python detection. --- 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)