[Openmp-commits] [llvm] [openmp] [OpenMP][Offload] Support standalone build (PR #88957)
via Openmp-commits
openmp-commits at lists.llvm.org
Wed Apr 17 07:04:59 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}")
----------------
estewart08 wrote:
I think this should have been changed in the original offload patch, just caught it here.
https://github.com/llvm/llvm-project/pull/88957
More information about the Openmp-commits
mailing list