~zorba-coders/zorba/bug-1210410-graphviz

« back to all changes in this revision

Viewing changes to cmake_modules/Windows/FindGraphviz.cmake

  • Committer: juanza
  • Date: 2011-08-19 00:03:49 UTC
  • Revision ID: svn-v4:8046edc3-af21-0410-8661-ec7318497eea:modules/image/trunk:11755
Tags: zorba-2.0.2
Latest Windows installer updates

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#
28
28
# See the FindLibTidy.cmake module shipped with Zorba for more information.
29
29
 
30
 
FIND_PACKAGE_WIN32 (Graphviz GRAPHVIZ_FOUND graphviz)
 
30
FIND_PACKAGE_WIN32 (NAME Graphviz FOUND_VAR GRAPHVIZ_FOUND SEARCH_NAMES graphviz)
31
31
 
32
32
IF (GRAPHVIZ_FOUND)
33
33