[Openmp-commits] [PATCH] D109352: [OpenMP] [OMPD] OPENMP_INSTALL_LIBDIR is set for the install dir
Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Sun Sep 12 21:56:19 PDT 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG939154125b33: [OpenMP] [OMPD] OPENMP_INSTALL_LIBDIR is set for the install dir (authored by Vignesh Balasubramanian <Vignesh.Balasubrmanian at amd.com>).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109352/new/
https://reviews.llvm.org/D109352
Files:
openmp/libompd/src/CMakeLists.txt
Index: openmp/libompd/src/CMakeLists.txt
===================================================================
--- openmp/libompd/src/CMakeLists.txt
+++ openmp/libompd/src/CMakeLists.txt
@@ -45,6 +45,6 @@
)
INSTALL( TARGETS ompd
- LIBRARY DESTINATION lib
- ARCHIVE DESTINATION lib/static
+ LIBRARY DESTINATION ${OPENMP_INSTALL_LIBDIR}
+ ARCHIVE DESTINATION ${OPENMP_INSTALL_LIBDIR}
RUNTIME DESTINATION bin )
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109352.372160.patch
Type: text/x-patch
Size: 449 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20210913/92b50750/attachment.bin>
More information about the Openmp-commits
mailing list