aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorOscar Fuentes <ofv@wanadoo.es>2009-11-05 19:03:26 +0000
committerOscar Fuentes <ofv@wanadoo.es>2009-11-05 19:03:26 +0000
commitb5b10c25f72f983f5876c0091cc98be36a6a3f0a (patch)
tree9e27eb94a68fc4c48fbaebea8f6aa7169511a360 /include
parent20f17149a8b158690c9ac72c03014b0d269da49c (diff)
downloadexternal_llvm-b5b10c25f72f983f5876c0091cc98be36a6a3f0a.zip
external_llvm-b5b10c25f72f983f5876c0091cc98be36a6a3f0a.tar.gz
external_llvm-b5b10c25f72f983f5876c0091cc98be36a6a3f0a.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')
-rw-r--r--include/llvm/Config/config.h.cmake4
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