From 9ed3bdfabb14129843f45c189a23f73efcaf068a Mon Sep 17 00:00:00 2001 From: Sergi Hernandez Juan <shernand@iri.upc.edu> Date: Wed, 24 Aug 2022 10:41:24 +0200 Subject: [PATCH] Modified the minimum required CMake version to avoid warnings while processing the boost library. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f46ee06..a0dd9db 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ # Pre-requisites about cmake itself -CMAKE_MINIMUM_REQUIRED(VERSION 2.4) +CMAKE_MINIMUM_REQUIRED(VERSION 3.16) if(COMMAND cmake_policy) cmake_policy(SET CMP0005 NEW) -- GitLab