]> granicus.if.org Git - clang/commitdiff
Fix build
authorJonathan Roelofs <jonathan@codesourcery.com>
Fri, 13 Nov 2015 01:23:40 +0000 (01:23 +0000)
committerJonathan Roelofs <jonathan@codesourcery.com>
Fri, 13 Nov 2015 01:23:40 +0000 (01:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@252991 91177308-0d34-0410-b5e6-96231b3b80d8

tools/scan-view/CMakeLists.txt

index 7de845a27472c159c6057b638f9d288027ce586d..5e8eff279d20cf06ca94733c8564574f32ffc50e 100644 (file)
@@ -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})