[PATCH] D120646: [clang][scan-build] Change mode of installation for scan-build.1

Balázs Benics via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 2 04:12:27 PST 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG3ca109855709: [clang][scan-build] Change mode of installation for scan-build.1 (authored by manas, committed by steakhal).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D120646/new/

https://reviews.llvm.org/D120646

Files:
  clang/tools/scan-build/CMakeLists.txt


Index: clang/tools/scan-build/CMakeLists.txt
===================================================================
--- clang/tools/scan-build/CMakeLists.txt
+++ clang/tools/scan-build/CMakeLists.txt
@@ -74,7 +74,7 @@
                          "${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_MANDIR}/man1/"
                        DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/man/${ManPage})
     list(APPEND Depends "${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_MANDIR}/man1/${ManPage}")
-    install(PROGRAMS man/${ManPage}
+    install(FILES man/${ManPage}
             DESTINATION "${CMAKE_INSTALL_MANDIR}/man1"
             COMPONENT scan-build)
   endforeach()


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120646.412375.patch
Type: text/x-patch
Size: 635 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220302/80fbf414/attachment-0001.bin>


More information about the cfe-commits mailing list