From: rnv Date: Mon, 15 Feb 2016 12:43:43 +0000 (+0300) Subject: CMake: simplifying Python detection mechanism. X-Git-Tag: V7_8_0a2~5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4f8e1719e4da4d23aaabdfed8c232f13102337d5;p=plugins%2Fhybridplugin.git CMake: simplifying Python detection mechanism. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 6a25c1d..24ca9a7 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -75,7 +75,8 @@ OPTION(SALOME_BUILD_GUI "Enable GUI" ON) # Various # Python -FIND_PACKAGE(SalomePython REQUIRED) +FIND_PACKAGE(SalomePythonInterp) +FIND_PACKAGE(SalomePythonLibs) # Boost FIND_PACKAGE(SalomeBoost REQUIRED) # CORBA