mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-24 06:10:12 +00:00
[libc] Change minimum cmake requirement.
Summary: As per this thread: http://lists.llvm.org/pipermail/llvm-dev/2020-April/140744.html, changed the minimum requirement to reflect the decision made to upgrade to cmake 3.13.4. Reviewers: sivachandra Reviewed By: sivachandra Subscribers: mgorny, tschuett, libc-commits Tags: #libc-project Differential Revision: https://reviews.llvm.org/D77781
This commit is contained in:
parent
39caa68ae1
commit
be54ea52f1
@ -1,4 +1,4 @@
|
||||
cmake_minimum_required(VERSION 3.4.3)
|
||||
cmake_minimum_required(VERSION 3.13.4)
|
||||
|
||||
# Use old version of target_sources command which converts the source
|
||||
# file paths to full paths.
|
||||
|
Loading…
Reference in New Issue
Block a user