From: Jonathan Roelofs Date: Tue, 10 Nov 2015 22:59:18 +0000 (+0000) Subject: Fix build X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0ce8bd37dd176be7fa5f252432c1fbd1c153cafd;p=clang Fix build git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@252667 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/scan-view/CMakeLists.txt b/tools/scan-view/CMakeLists.txt index d7561f90bd..91d3ab4fc5 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}/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})