From: vsr Date: Mon, 15 Feb 2016 16:37:56 +0000 (+0300) Subject: CMake: simplifying Python detection mechanism X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9b779a8643ab594621702f73cebd217fb2363119;p=plugins%2Fxtplugin.git CMake: simplifying Python detection mechanism --- diff --git a/CMakeLists.txt b/CMakeLists.txt index ce93050..40b30c1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -107,7 +107,8 @@ ENDIF(XT_READ_LICENSE) # Pre-requisites # ============== -FIND_PACKAGE(SalomePython REQUIRED) +FIND_PACKAGE(SalomePythonInterp REQUIRED) +FIND_PACKAGE(SalomePythonLibs REQUIRED) FIND_PACKAGE(SalomeCAS REQUIRED) FIND_PACKAGE(SalomeXT REQUIRED) FIND_PACKAGE(SalomeOmniORB REQUIRED)