]> SALOME platform Git repositories - samples/pylight.git/blobdiff - CMakeLists.txt
Salome HOME
CMake: simplifying Python detection mechanism.
[samples/pylight.git] / CMakeLists.txt
index 9bcae7f168475da9ca9300f806e72a36d6dd3884..4717add04f45729ad8a4a1f207ec7135875d876d 100755 (executable)
@@ -65,7 +65,8 @@ ENDIF()
 ##
 ## From KERNEL:
 ##
-FIND_PACKAGE(SalomePython REQUIRED)
+FIND_PACKAGE(SalomePythonInterp REQUIRED)
+FIND_PACKAGE(SalomePythonLibs REQUIRED)
 
 # Find GUI
 # ===========