X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=CMakeLists.txt;h=a9b38a100193ab8ab52d912b066c669a955eaf75;hb=6f279be6e3761287dff52fafd1f381699c16527a;hp=d239f316ea397d589b404b9bc57ee5b18d586ea4;hpb=2f0e776fd7446a97402f6a5c2e07025ab82afa0d;p=samples%2Fpycalculator.git diff --git a/CMakeLists.txt b/CMakeLists.txt index d239f31..a9b38a1 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2015 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2012-2016 CEA/DEN, EDF R&D, OPEN CASCADE # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -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)