From: rnv Date: Mon, 15 Feb 2016 12:39:56 +0000 (+0300) Subject: CMake: simplifying Python detection mechanism. X-Git-Tag: V7_8_0a2~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=047bffd8f50aab09f7acfc05fa295a655adf676f;p=plugins%2Fghs3dprlplugin.git CMake: simplifying Python detection mechanism. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index c545fd3..fbcd738 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -72,7 +72,8 @@ OPTION(SALOME_BUILD_GUI "Enable GUI" ON) ## # Python -FIND_PACKAGE(SalomePython REQUIRED) +FIND_PACKAGE(SalomePythonInterp REQUIRED) +FIND_PACKAGE(SalomePythonLibs REQUIRED) # Boost FIND_PACKAGE(SalomeBoost REQUIRED) # CORBA