This is a follow up on https://reviews.llvm.org/rGaba80d0734d1#886881.
target_link_options requires CMake>=3.13.
Details
Details
- Reviewers
abrachet jfb - Commits
- rGc2dcdf95eba0: [libc] Fix benchmarks CMakeLists.txt
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
is too recent for current CMake version
Explicitly mention that target_link_options requires CMake>=3.13
Comment Actions
+1 to @MaskRay's suggestion to put it in the description so we can look at the FIXME's blame later.