CMake: Detect dotty.

Patch by Arnaud Allard de Grandmaison!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86153 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Oscar Fuentes
2009-11-05 19:03:26 +00:00
parent 20f17149a8
commit b5b10c25f7
2 changed files with 11 additions and 2 deletions

View File

@ -80,7 +80,7 @@
#undef HAVE_DOT
/* Define if the dotty program is available */
#undef HAVE_DOTTY
#cmakedefine HAVE_DOTTY ${HAVE_DOTTY}
/* Define if you have the _dyld_func_lookup function. */
#undef HAVE_DYLD
@ -471,7 +471,7 @@
#undef LLVM_PATH_DOT
/* Define to path to dotty program if found or 'echo dotty' otherwise */
#undef LLVM_PATH_DOTTY
#cmakedefine LLVM_PATH_DOTTY "${LLVM_PATH_DOTTY}"
/* Define to path to Graphviz program if found or 'echo Graphviz' otherwise */
#undef LLVM_PATH_GRAPHVIZ