From: rnv Date: Mon, 15 Feb 2016 12:44:13 +0000 (+0300) Subject: CMake: simplifying Python detection mechanism. X-Git-Tag: V7_8_0a2~6 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=547f7d8eb0ded4bee9e5bbdd1585d5b38fd93b9f;p=plugins%2Fhexoticplugin.git CMake: simplifying Python detection mechanism. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index eda7e97..aeb8a9a 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -74,7 +74,8 @@ MARK_AS_ADVANCED(SALOME_HEXOTICPLUGIN_USE_BLSURFPLUGIN) # Various # Python -FIND_PACKAGE(SalomePython REQUIRED) +FIND_PACKAGE(SalomePythonInterp REQUIRED) +FIND_PACKAGE(SalomePythonLibs REQUIRED) # Boost FIND_PACKAGE(SalomeBoost REQUIRED) # CORBA