From: Florian BRUNET Date: Wed, 24 Feb 2016 09:15:55 +0000 (+0100) Subject: Modification of cmake configuration according to new python detection of libs and... X-Git-Tag: V7_8_0~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8aa57d46ab162ea516fa43457bd715d994203ea3;p=modules%2Fparametric.git Modification of cmake configuration according to new python detection of libs and interp. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index ec3bd36..7ab4037 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -57,7 +57,8 @@ OPTION(SALOME_BUILD_DOC "Generate SALOME PARAMETRIC documentation" ON) ## ## From KERNEL: ## -FIND_PACKAGE(SalomePython REQUIRED) +FIND_PACKAGE(SalomePythonInterp REQUIRED) +FIND_PACKAGE(SalomePythonLibs REQUIRED) FIND_PACKAGE(SalomeOmniORB REQUIRED) FIND_PACKAGE(SalomeOmniORBPy REQUIRED)