[CI] Increase CMake version to avoid deprecation messages in logs.

This commit is contained in:
Franck HOUSSEN
2023-08-12 20:57:24 +02:00
parent 798f87698f
commit 4bd39d7a39
+1 -1
View File
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0)
cmake_minimum_required(VERSION 3.5)
if (NOT DEFINED CMAKE_BUILD_TYPE)
set (CMAKE_BUILD_TYPE Release CACHE STRING "Build type")