[Openmp-commits] [PATCH] D56108: [libomptarget] Added install component for libomptarget
Vyacheslav Zakharin via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Jan 2 11:43:33 PST 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL350254: [libomptarget] Added install component for libomptarget (authored by vzakhari, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D56108?vs=179648&id=179907#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56108/new/
https://reviews.llvm.org/D56108
Files:
openmp/trunk/libomptarget/src/CMakeLists.txt
Index: openmp/trunk/libomptarget/src/CMakeLists.txt
===================================================================
--- openmp/trunk/libomptarget/src/CMakeLists.txt
+++ openmp/trunk/libomptarget/src/CMakeLists.txt
@@ -28,4 +28,5 @@
"-Wl,--version-script=${CMAKE_CURRENT_SOURCE_DIR}/exports")
# Install libomptarget under the lib destination folder.
-install(TARGETS omptarget LIBRARY DESTINATION "${OPENMP_INSTALL_LIBDIR}")
+install(TARGETS omptarget LIBRARY COMPONENT omptarget
+ DESTINATION "${OPENMP_INSTALL_LIBDIR}")
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56108.179907.patch
Type: text/x-patch
Size: 532 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20190102/daef9a17/attachment.bin>
More information about the Openmp-commits
mailing list