From 188683847a85bfe7262abfc7ceb6a42f4ab4877b Mon Sep 17 00:00:00 2001 From: Yohan Simard Date: Tue, 2 Mar 2021 18:04:27 +0100 Subject: [PATCH] update min cmake version --- software/raspberry/superviseur-robot/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/raspberry/superviseur-robot/CMakeLists.txt b/software/raspberry/superviseur-robot/CMakeLists.txt index 61ffd97..2396d6e 100644 --- a/software/raspberry/superviseur-robot/CMakeLists.txt +++ b/software/raspberry/superviseur-robot/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0) +cmake_minimum_required(VERSION 3.13) project(superviseur) # Import modules