From: rnv Date: Mon, 15 Feb 2016 12:46:51 +0000 (+0300) Subject: CMake: simplifying Python detection mechanism. X-Git-Tag: V7_8_0a2~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f0171380a1c55866f7755e15f1af98f93f02215a;p=samples%2Fpycalculator.git CMake: simplifying Python detection mechanism. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 3d9f6d6..7567f55 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -70,7 +70,8 @@ ENDIF() ## ## From KERNEL: ## -FIND_PACKAGE(SalomePython REQUIRED) +FIND_PACKAGE(SalomePythonInterp REQUIRED) +FIND_PACKAGE(SalomePythonLibs REQUIRED) FIND_PACKAGE(SalomeOmniORB REQUIRED) FIND_PACKAGE(SalomeOmniORBPy REQUIRED)