authorgravatar for zhaozg@gmail.comzhaozg <zhaozg@gmail.com> 2023-07-27 09:06:55+08:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2023-07-26 22:41:43-07:00
log47388feec678b012a02e617b87ff90e84b03bcb7
treeba7b261047e651e708a045b3e35427529b501ea5
parent7201e694542aae29afd2c6d0963af759a186638e

build: update cmake_minimum_required to 3.5

CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument <min> value or use a ...<max> suffix to tell CMake that the project does not need compatibility with older versions.

1 files changed, 1 insertions(+), 1 deletions(-)

CMakeLists.txt+1-1
...@@ -1,4 +1,4 @@...@@ -1,4 +1,4 @@
1cmake_minimum_required(VERSION 2.8.12)1cmake_minimum_required(VERSION 3.5)
22
3if(NOT CMAKE_BUILD_TYPE)3if(NOT CMAKE_BUILD_TYPE)
4 set(CMAKE_BUILD_TYPE "Debug" CACHE STRING4 set(CMAKE_BUILD_TYPE "Debug" CACHE STRING