From: vsr Date: Tue, 16 Feb 2016 11:10:30 +0000 (+0300) Subject: Change Python detection procedure in accordance with the changes done in V7_dev branc... X-Git-Tag: SH_V2_2_0~100 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=af76115506f642728fc036ff813b4ddc37ec5bfe;p=modules%2Fhydro.git Change Python detection procedure in accordance with the changes done in V7_dev branch of SALOME --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 36692bf3..cbbb5a65 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -92,7 +92,8 @@ OPTION(SALOME_BUILD_TESTS "Build HYDRO tests" ON) # Mandatory products: -FIND_PACKAGE(SalomePython REQUIRED) +FIND_PACKAGE(SalomePythonInterp REQUIRED) +FIND_PACKAGE(SalomePythonLibs REQUIRED) FIND_PACKAGE(SalomeCAS REQUIRED) FIND_PACKAGE(SalomeVTK REQUIRED) FIND_PACKAGE(SalomeOmniORB REQUIRED)