summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2012-05-03 21:51:05 +0000
committerTed Kremenek <kremenek@apple.com>2012-05-03 21:51:05 +0000
commitff9229ecf09c1909adafcdd58134d3ac1414b565 (patch)
tree368adba90cd494e3349b80d37322bdd349a93095 /cmake
parent252ef566e8734b6bcf46434d0a7954c9eda0bd96 (diff)
Add rudimentary CMake logic for detecting Graphviz.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156108 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake')
-rwxr-xr-xcmake/config-ix.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/config-ix.cmake b/cmake/config-ix.cmake
index 57ae79a92fd..37b36461802 100755
--- a/cmake/config-ix.cmake
+++ b/cmake/config-ix.cmake
@@ -240,6 +240,7 @@ llvm_find_program(fdp)
llvm_find_program(dot)
llvm_find_program(dotty)
llvm_find_program(xdot.py)
+llvm_find_program(Graphviz)
if( LLVM_ENABLE_FFI )
find_path(FFI_INCLUDE_PATH ffi.h PATHS ${FFI_INCLUDE_DIR})