From 61e0ef83a76f38080a6b0cb49feeb5dd5df7c4cf Mon Sep 17 00:00:00 2001 From: Bernd Pfrommer Date: Wed, 8 May 2024 08:15:28 -0400 Subject: [PATCH] bump required cmake version to 3.16 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 79cd1f8..009472f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.16) project(metavision_driver) include(FetchContent)