]> granicus.if.org Git - clang/commitdiff
Fix build
authorJonathan Roelofs <jonathan@codesourcery.com>
Tue, 10 Nov 2015 22:59:18 +0000 (22:59 +0000)
committerJonathan Roelofs <jonathan@codesourcery.com>
Tue, 10 Nov 2015 22:59:18 +0000 (22:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@252667 91177308-0d34-0410-b5e6-96231b3b80d8

tools/scan-view/CMakeLists.txt

index d7561f90bd426745be2156e9aabbed7b499ce310..91d3ab4fc5072993440e447cbf0dcbca5c00d374 100644 (file)
@@ -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})