From: rnv Date: Mon, 15 Feb 2016 12:47:42 +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=4a0f67f42ef201618661f2d344add2ba1a89fde0;p=samples%2Fpylight.git CMake: simplifying Python detection mechanism. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 9bcae7f..4717add 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -65,7 +65,8 @@ ENDIF() ## ## From KERNEL: ## -FIND_PACKAGE(SalomePython REQUIRED) +FIND_PACKAGE(SalomePythonInterp REQUIRED) +FIND_PACKAGE(SalomePythonLibs REQUIRED) # Find GUI # ===========