From: rnv Date: Mon, 15 Feb 2016 12:41:02 +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=e5b8310b0706984d288578d9f6de8aa881d28488;p=modules%2Fhexablock.git CMake: simplifying Python detection mechanism. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index fe6353f..5a62930 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -72,7 +72,8 @@ MARK_AS_ADVANCED(SALOME_BUILD_GUI) # Various # Python -FIND_PACKAGE(SalomePython REQUIRED) +FIND_PACKAGE(SalomePythonInterp REQUIRED) +FIND_PACKAGE(SalomePythonLibs REQUIRED) # SWIG FIND_PACKAGE(SalomeSWIG REQUIRED) # Boost