Salome HOME
CMake: simplifying Python detection mechanism.
[samples/pyhello.git] / CMakeLists.txt
index 98dcd72a6f4fd6ade35cb171e67dbb86dd3f5085..4741a12f00e9ebb235f737f78afd354e9278d06c 100755 (executable)
@@ -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)