Commit 2380f6aadc

Eric Joldasov <bratishkaerik@getgoogleoff.me>
2024-05-13 14:40:13
CMake: bump minimum required version to "3.15"
Signed-off-by: Eric Joldasov <bratishkaerik@landless-city.net>
1 parent 6a65561
Changed files (2)
CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.5)
+cmake_minimum_required(VERSION 3.15)
 include(CheckSymbolExists)
 
 if(NOT CMAKE_BUILD_TYPE)
README.md
@@ -47,7 +47,7 @@ mechanism supports that use case too (i.e. `/usr/bin/zig` and `/usr/lib/zig/`).
 
 Ensure you have the required dependencies:
 
- * CMake >= 3.5
+ * CMake >= 3.15
  * System C/C++ Toolchain
  * LLVM, Clang, LLD development libraries == 18.x