summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
Diffstat (limited to 'clang')
-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