diff options
author | Mark de Wever <koraq@xs4all.nl> | 2023-04-15 20:12:24 +0200 |
---|---|---|
committer | Mark de Wever <koraq@xs4all.nl> | 2023-04-15 20:12:24 +0200 |
commit | 44d38022ab29a3156349602733b3459df5beef93 (patch) | |
tree | f219c4e3a499bbb20e28c8047ba00e0e63220054 /libc/examples/hello_world | |
parent | d3df7b1568e72b3f2e99b858f4457f2729368c15 (diff) | |
download | llvm-44d38022ab29a3156349602733b3459df5beef93.tar.gz |
Revert "Revert "Revert "[CMake] Bumps minimum version to 3.20.0."""
This reverts commit 1ef4c3c859728008cf707cad8d67f45ae5070ae1.
Two buildbots still haven't been updated.
Diffstat (limited to 'libc/examples/hello_world')
-rw-r--r-- | libc/examples/hello_world/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/examples/hello_world/CMakeLists.txt b/libc/examples/hello_world/CMakeLists.txt index 1561cdc1c3bf..89bf35c0340d 100644 --- a/libc/examples/hello_world/CMakeLists.txt +++ b/libc/examples/hello_world/CMakeLists.txt @@ -1,5 +1,5 @@ project(hello_world) -cmake_minimum_required(VERSION 3.20.0) +cmake_minimum_required(VERSION 3.13.4) include(../examples.cmake) add_example( |