Skip to content

Commit 7c29707

Browse files
committed
Fix build
llvm-svn: 252991
1 parent c7dfb76 commit 7c29707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/tools/scan-view/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if(CLANG_INSTALL_SCANVIEW)
3333
${CMAKE_BINARY_DIR}/share/scan-view/
3434
DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/share/${ShareFile})
3535
list(APPEND Depends ${CMAKE_BINARY_DIR}/share/scan-view/${ShareFile})
36-
install(FILES Shares/${ShareFile} DESTINATION share/scan-view)
36+
install(FILES share/${ShareFile} DESTINATION share/scan-view)
3737
endforeach()
3838

3939
add_custom_target(scan-view ALL DEPENDS ${Depends})

0 commit comments

Comments
 (0)