We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7dfb76 commit 7c29707Copy full SHA for 7c29707
clang/tools/scan-view/CMakeLists.txt
@@ -33,7 +33,7 @@ if(CLANG_INSTALL_SCANVIEW)
33
${CMAKE_BINARY_DIR}/share/scan-view/
34
DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/share/${ShareFile})
35
list(APPEND Depends ${CMAKE_BINARY_DIR}/share/scan-view/${ShareFile})
36
- install(FILES Shares/${ShareFile} DESTINATION share/scan-view)
+ install(FILES share/${ShareFile} DESTINATION share/scan-view)
37
endforeach()
38
39
add_custom_target(scan-view ALL DEPENDS ${Depends})
0 commit comments