[Openmp-commits] [PATCH] D118528: [openmp][cmake] `CMAKE_INSTALL_BINDIR` usage should not be quoted
Martin Storsjö via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Sat Jan 29 05:31:22 PST 2022
mstorsjo added a comment.
This solution turns out not to work. In this case, `${CMAKE_INSTALL_BINDIR}` expands to plain `bin` here, which doesn't work (as that directory is meant to be relative to the install prefix. Maybe `"${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_BINDIR}`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118528/new/
https://reviews.llvm.org/D118528
More information about the Openmp-commits
mailing list