From 9686ae3e00ea90175c8db70e80acd46e2ba3cd3b Mon Sep 17 00:00:00 2001 From: Arnaud Blanchard <arnaud.blanchard@u-cergy.fr> Date: Thu, 14 Oct 2021 09:53:09 +0000 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c2abced..6c30d31 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ # Set the minimum version of cmake required to build this project -cmake_minimum_required(VERSION 2.8) #Common version of raspbian +cmake_minimum_required(VERSION 3.7) #Common version of raspbian project(blc VERSION 1 ) find_package(JPEG) -- GitLab