diff options
| author | Oscar Fuentes <ofv@wanadoo.es> | 2009-11-05 19:03:26 +0000 |
|---|---|---|
| committer | Oscar Fuentes <ofv@wanadoo.es> | 2009-11-05 19:03:26 +0000 |
| commit | 355b2a31a057ac8164f0ab4ff0c3b11a38cf0205 (patch) | |
| tree | 9e27eb94a68fc4c48fbaebea8f6aa7169511a360 /include/llvm/Config | |
| parent | c389f9986beace94d187e24fae9c47c4668d3eed (diff) | |
| download | external_llvm-355b2a31a057ac8164f0ab4ff0c3b11a38cf0205.zip external_llvm-355b2a31a057ac8164f0ab4ff0c3b11a38cf0205.tar.gz external_llvm-355b2a31a057ac8164f0ab4ff0c3b11a38cf0205.tar.bz2 | |
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
Diffstat (limited to 'include/llvm/Config')
| -rw-r--r-- | include/llvm/Config/config.h.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Config/config.h.cmake b/include/llvm/Config/config.h.cmake index fa5d316..4a80c3a 100644 --- a/include/llvm/Config/config.h.cmake +++ b/include/llvm/Config/config.h.cmake @@ -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 |
