X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=salome_adm%2Fcmake_files%2FFindGraphviz.cmake;h=ecae91f0ac8fa94e2b0280fc2972e7eee5df1b7c;hb=0af54d3a4092980402cbc548f277fd724f98863f;hp=b8bf1c029d8c65e4c182819d790b9de276fbe5e5;hpb=afde6ed6a46e56c625b46fedd842b17f6b64cf74;p=modules%2Fkernel.git diff --git a/salome_adm/cmake_files/FindGraphviz.cmake b/salome_adm/cmake_files/FindGraphviz.cmake index b8bf1c029..ecae91f0a 100644 --- a/salome_adm/cmake_files/FindGraphviz.cmake +++ b/salome_adm/cmake_files/FindGraphviz.cmake @@ -6,7 +6,7 @@ # GRAPHVIZ_FOUND - True if Graphiz was found. # ########################################################################### -# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2007-2014 CEA/DEN, EDF R&D, OPEN CASCADE # # Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, # CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS @@ -14,7 +14,7 @@ # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -27,7 +27,6 @@ # # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # -########################################################################### FIND_PROGRAM(GRAPHVIZ_EXECUTABLE dot) @@ -46,11 +45,11 @@ SET(GRAPHVIZ_LIBRARIES ${GRAPHVIZ_pathplan_LIBRARY} ) -# Don't detect cgraph on Windows -IF(NOT WIN32) - FIND_LIBRARY(GRAPHVIZ_cgraph_LIBRARY NAMES cgraph PATH_SUFFIXES bin) - SET(GRAPHVIZ_LIBRARIES ${GRAPHVIZ_cgraph_LIBRARY}) -ENDIF() +## Don't detect cgraph on Windows +#IF(NOT WIN32) +# FIND_LIBRARY(GRAPHVIZ_cgraph_LIBRARY NAMES cgraph PATH_SUFFIXES bin) +# SET(GRAPHVIZ_LIBRARIES ${GRAPHVIZ_cgraph_LIBRARY}) +#ENDIF() # Handle the standard arguments of the find_package() command: INCLUDE(FindPackageHandleStandardArgs)