]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
CMake: simplifying Python detection mechanism.
authorabn <adrien.bruneton@cea.fr>
Thu, 4 Feb 2016 10:52:30 +0000 (11:52 +0100)
committerrnv <rnv@opencascade.com>
Mon, 15 Feb 2016 10:29:04 +0000 (13:29 +0300)
CMakeLists.txt

index df762efd0dfc0cf66eb7069b0e947f29f971e62b..317a1b3ce009524bca93f4a1807d3c0210c2aa30 100755 (executable)
@@ -95,7 +95,8 @@ MARK_AS_ADVANCED(SALOME_USE_SINGLE_DESKTOP)
 ##
 
 # Various
-FIND_PACKAGE(SalomePython REQUIRED)
+FIND_PACKAGE(SalomePythonInterp REQUIRED)
+FIND_PACKAGE(SalomePythonLibs REQUIRED)
 FIND_PACKAGE(SalomePThread REQUIRED)
 FIND_PACKAGE(SalomeSWIG REQUIRED)
 FIND_PACKAGE(SalomeBoost REQUIRED)