]> SALOME platform Git repositories - plugins/acisplugin.git/commitdiff
Salome HOME
CMake: simplifying Python detection mechanism
authorvsr <vsr@opencascade.com>
Mon, 15 Feb 2016 16:36:27 +0000 (19:36 +0300)
committervsr <vsr@opencascade.com>
Mon, 15 Feb 2016 16:36:27 +0000 (19:36 +0300)
CMakeLists.txt

index bd9b860e520c45c3be90f814973acc230518e1b1..12f3784e06c568e2d02689222f97c03e57b7de38 100644 (file)
@@ -113,7 +113,8 @@ ENDIF()
 
 # Pre-requisites
 # ==============
-FIND_PACKAGE(SalomePython REQUIRED)
+FIND_PACKAGE(SalomePythonInterp REQUIRED)
+FIND_PACKAGE(SalomePythonLibs REQUIRED)
 FIND_PACKAGE(SalomeCAS REQUIRED)
 FIND_PACKAGE(SalomeACIS REQUIRED)
 FIND_PACKAGE(SalomeOmniORB REQUIRED)