From f16ec89533916a23a3c20fed89bc77cef81ca5ad Mon Sep 17 00:00:00 2001 From: Jonathan Roelofs Date: Fri, 13 Nov 2015 01:23:40 +0000 Subject: [PATCH] Fix build git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@252991 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/scan-view/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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})