From 406897d0f3a98bfaaf32b75fe550c6e1464f24c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20Sol=C3=A0?= <jsola@iri.upc.edu> Date: Sun, 20 Dec 2020 23:54:15 +0100 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 413682403..681ff424b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,6 @@ # Pre-requisites about cmake itself -CMAKE_MINIMUM_REQUIRED(VERSION 2.6) +MESSAGE("Starting ${PLUGIN_NAME} CMakeLists ...") +CMAKE_MINIMUM_REQUIRED(VERSION 2.8) if(COMMAND cmake_policy) cmake_policy(SET CMP0005 NEW) @@ -72,8 +73,6 @@ if(BUILD_TESTS) enable_testing() endif() -MESSAGE("Starting ${PLUGIN_NAME} CMakeLists ...") -CMAKE_MINIMUM_REQUIRED(VERSION 2.8) #CMAKE modules -- GitLab