X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=CMakeLists.txt;h=512fb92655a77a895880aa3498fede4ae39e5a50;hb=02338ae1dfb94bb74eb62d7f126c74824a90d524;hp=396b84a808cfa9aeb67e810b3729da6fd3e7dd10;hpb=0f5731b0574c3ad95ca840b7509b16c57a039d25;p=tools%2Fdocumentation.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 396b84a..512fb92 100644 --- 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 @@ -41,7 +41,8 @@ INCLUDE(SalomeMacros) # Find prerequisites needed to documentation generation # ================================================== -FIND_PACKAGE(SalomePython) +FIND_PACKAGE(SalomePythonInterp) +FIND_PACKAGE(SalomePythonLibs) FIND_PACKAGE(SalomeDoxygen) FIND_PACKAGE(SalomeGraphviz) FIND_PACKAGE(SalomeSphinx)