summaryrefslogtreecommitdiff
path: root/cmake/config-ix.cmake
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2013-07-08 20:24:54 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2013-07-08 20:24:54 +0000
commite1e7310749008a515ddd5bf6398df17644f53b33 (patch)
treed4185f204a11e2b88687daf486bc362580931d40 /cmake/config-ix.cmake
parentcffecb4f2b8177c6264ef65b15f0a182058b39a2 (diff)
downloadllvm-e1e7310749008a515ddd5bf6398df17644f53b33.tar.gz
llvm-e1e7310749008a515ddd5bf6398df17644f53b33.tar.bz2
llvm-e1e7310749008a515ddd5bf6398df17644f53b33.tar.xz
Find xdot or xdot.py.
Ubuntu installs this as xdot, so finding xdot.py would fail. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185860 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake/config-ix.cmake')
-rwxr-xr-xcmake/config-ix.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/config-ix.cmake b/cmake/config-ix.cmake
index fdc2bcd928..ae914d244f 100755
--- a/cmake/config-ix.cmake
+++ b/cmake/config-ix.cmake
@@ -271,7 +271,7 @@ llvm_find_program(neato)
llvm_find_program(fdp)
llvm_find_program(dot)
llvm_find_program(dotty)
-llvm_find_program(xdot.py)
+llvm_find_program(xdot xdot.py)
llvm_find_program(Graphviz)
if( LLVM_ENABLE_FFI )