[Openmp-commits] [PATCH] D56108: [libomptarget] Added install component for libomptarget

Vyacheslav Zakharin via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Dec 28 09:57:18 PST 2018


vzakhari updated this revision to Diff 179648.

Repository:
  rL LLVM

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

https://reviews.llvm.org/D56108

Files:
  libomptarget/src/CMakeLists.txt


Index: libomptarget/src/CMakeLists.txt
===================================================================
--- libomptarget/src/CMakeLists.txt
+++ 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.179648.patch
Type: text/x-patch
Size: 492 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20181228/809d5c06/attachment.bin>


More information about the Openmp-commits mailing list