From 6c72a19e9bf6570f2e3fd324d0da711030ad7bf5 Mon Sep 17 00:00:00 2001
From: Arnaud Blanchard <arnaud.blanchard@u-cergy.fr>
Date: Thu, 14 Oct 2021 09:49:38 +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 2ea624e..c2abced 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 3.13) #Common version of raspbian
+cmake_minimum_required(VERSION 2.8) #Common version of raspbian
 project(blc VERSION 1 )
 
 find_package(JPEG)
-- 
GitLab