From: vsr Date: Mon, 15 Feb 2016 16:36:55 +0000 (+0300) Subject: CMake: simplifying Python detection mechanism X-Git-Url: http://git.salome-platform.org/gitweb/?p=plugins%2Fcanrecplugin.git;a=commitdiff_plain;h=7fb4454c492b614ea94cc7d33f7ebaf0e07bf96f CMake: simplifying Python detection mechanism --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 5fb62a6..50c4252 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -105,7 +105,8 @@ ENDIF() # Pre-requisites # ============== -FIND_PACKAGE(SalomePython REQUIRED) +FIND_PACKAGE(SalomePythonInterp REQUIRED) +FIND_PACKAGE(SalomePythonLibs REQUIRED) FIND_PACKAGE(SalomeCAS REQUIRED) FIND_PACKAGE(SalomeCR REQUIRED) FIND_PACKAGE(SalomeOmniORB REQUIRED)