From: rnv Date: Mon, 15 Feb 2016 12:41:29 +0000 (+0300) Subject: CMake: simplifying Python detection mechanism. X-Git-Tag: V7_8_0a2~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2920bbe50fa9287142d43d2e87429be2929e40b2;p=modules%2Fhomard.git CMake: simplifying Python detection mechanism. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index ce776724..3e09ccc6 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -98,7 +98,8 @@ ENDIF() ## # Python -FIND_PACKAGE(SalomePython REQUIRED) +FIND_PACKAGE(SalomePythonInterp REQUIRED) +FIND_PACKAGE(SalomePythonLibs REQUIRED) # Boost FIND_PACKAGE(SalomeBoost REQUIRED) # CORBA