summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Roelofs <jonathan@codesourcery.com>2015-11-10 22:59:18 +0000
committerJonathan Roelofs <jonathan@codesourcery.com>2015-11-10 22:59:18 +0000
commita3219a70bee76f4a811bd48d3e4fa0de424a9b75 (patch)
treeeae7bbf3b17641c97eaa5ed9a9cc07e8915eb4cd
parent6d63764ce6e17ab2274a6a7878d57020d02b665d (diff)
downloadbcm5719-llvm-a3219a70bee76f4a811bd48d3e4fa0de424a9b75.tar.gz
bcm5719-llvm-a3219a70bee76f4a811bd48d3e4fa0de424a9b75.zip
Fix build
llvm-svn: 252667
-rw-r--r--clang/tools/scan-view/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/tools/scan-view/CMakeLists.txt b/clang/tools/scan-view/CMakeLists.txt
index d7561f90bd4..91d3ab4fc50 100644
--- a/clang/tools/scan-view/CMakeLists.txt
+++ b/clang/tools/scan-view/CMakeLists.txt
@@ -33,7 +33,7 @@ if(CLANG_INSTALL_SCANVIEW)
${CMAKE_BINARY_DIR}/share/scan-view/
DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/Resources/${ResourceFile})
list(APPEND Depends ${CMAKE_BINARY_DIR}/share/scan-view/${ResourceFile})
- install(FILES ${ResourceFile} DESTINATION share/scan-view)
+ install(FILES Resources/${ResourceFile} DESTINATION share/scan-view)
endforeach()
add_custom_target(scan-view ALL DEPENDS ${Depends})
OpenPOWER on IntegriCloud