[Openmp-commits] [llvm] [openmp] [OpenMP][Offload] Support standalone build (PR #88957)
Joseph Huber via Openmp-commits
openmp-commits at lists.llvm.org
Wed Apr 17 06:17:02 PDT 2024
================
@@ -33,7 +33,7 @@ endif()
# Install plugin under the lib destination folder.
install(TARGETS omptarget.rtl.${machine}
- LIBRARY DESTINATION "${OPENMP_INSTALL_LIBDIR}")
+ LIBRARY DESTINATION "${OFFLOAD_INSTALL_LIBDIR}")
----------------
jhuber6 wrote:
Why is this the only one that changed? In any case this will be completely gone if we land the static library patches.
https://github.com/llvm/llvm-project/pull/88957
More information about the Openmp-commits
mailing list