X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=CMakeLists.txt;h=ececcec748f4fde7340e600f5a4602e0acafbc57;hb=bf9ee9d843dbc140b14e574abe66756b8bf9ff7f;hp=df290050435ce9e7145802ce255a274cd4a99d62;hpb=a0b81d0df7b261f580f52a9e7ecece2b7880eb46;p=samples%2Frandomizer.git diff --git a/CMakeLists.txt b/CMakeLists.txt index df29005..ececcec 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2015 OPEN CASCADE +# Copyright (C) 2013-2016 OPEN CASCADE # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -66,7 +66,8 @@ ENDIF() ## ## From KERNEL: ## -FIND_PACKAGE(SalomePython REQUIRED) +FIND_PACKAGE(SalomePythonInterp REQUIRED) +FIND_PACKAGE(SalomePythonLibs REQUIRED) FIND_PACKAGE(SalomeOmniORB REQUIRED) FIND_PACKAGE(SalomeOmniORBPy REQUIRED)