[PATCH] D60360: Dump the minimal version of cmake 3.5.0
Sylvestre Ledru via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 5 23:52:00 PDT 2019
sylvestre.ledru created this revision.
Herald added subscribers: llvm-commits, mgorny.
Herald added a project: LLVM.
This is done to mitigate a build issue with lldb specific to CMake 3.4.*
CMake Error at tools/lldb/unittests/tools/lldb-mi/utils/CMakeLists.txt:12 (target_sources):
Error evaluating generator expression:
$<TARGET_OBJECTS:lldb-mi-utils>
The evaluation of the TARGET_OBJECTS generator expression is only suitable
for consumption by CMake. It is not suitable for writing out elsewhere.
Version 3.5 has been released 2016-04-15
While 3.4: 2016-01-25
Repository:
rL LLVM
https://reviews.llvm.org/D60360
Files:
CMakeLists.txt
docs/CMake.rst
docs/CMakePrimer.rst
docs/ReleaseNotes.rst
runtimes/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60360.194008.patch
Type: text/x-patch
Size: 4550 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190406/b048363a/attachment.bin>
More information about the llvm-commits
mailing list