summaryrefslogtreecommitdiff
path: root/tools/scan-view
diff options
context:
space:
mode:
authorJonathan Roelofs <jonathan@codesourcery.com>2015-11-13 01:23:40 +0000
committerJonathan Roelofs <jonathan@codesourcery.com>2015-11-13 01:23:40 +0000
commitf16ec89533916a23a3c20fed89bc77cef81ca5ad (patch)
tree2d6a4541ee5e7f3583e43a33f8a837639c0f88e0 /tools/scan-view
parent361b11dedac9bb7a4860c7895c2b74f052e0470c (diff)
downloadclang-f16ec89533916a23a3c20fed89bc77cef81ca5ad.tar.gz
Fix build
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@252991 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/scan-view')
-rw-r--r--tools/scan-view/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/scan-view/CMakeLists.txt b/tools/scan-view/CMakeLists.txt
index 7de845a274..5e8eff279d 100644
--- a/tools/scan-view/CMakeLists.txt
+++ b/tools/scan-view/CMakeLists.txt
@@ -33,7 +33,7 @@ if(CLANG_INSTALL_SCANVIEW)
${CMAKE_BINARY_DIR}/share/scan-view/
DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/share/${ShareFile})
list(APPEND Depends ${CMAKE_BINARY_DIR}/share/scan-view/${ShareFile})
- install(FILES Shares/${ShareFile} DESTINATION share/scan-view)
+ install(FILES share/${ShareFile} DESTINATION share/scan-view)
endforeach()
add_custom_target(scan-view ALL DEPENDS ${Depends})