[PATCH] D97513: Add <Project>ConfigVersion.cmake files
Stephen Kelly via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 26 15:18:27 PDT 2021
steveire added inline comments.
================
Comment at: lld/cmake/modules/LLDConfigVersion.cmake.in:1
+set(PACKAGE_VERSION "@PACKAGE_VERSION@")
+
----------------
steveire wrote:
> Did you consider using `write_basic_package_version_file` instead of adding these files?
Ah, sorry, I see you did and wrote a comment about it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97513/new/
https://reviews.llvm.org/D97513
More information about the cfe-commits
mailing list