From 5cf5c7f0f55d572bcfd3e91c5332afb2152e3edd Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Fri, 29 Nov 2019 19:01:20 +0100 Subject: [PATCH] Update newest CMake to 3.16 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1aeddc41c..f4b1125a2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ if(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR}) message(FATAL_ERROR "Prevented in-tree build, it is bad practice.\nTry 'cd build && cmake ..' instead.") endif() -cmake_minimum_required(VERSION 2.8.12...3.15) +cmake_minimum_required(VERSION 2.8.12...3.16) project(gnss-sdr CXX C) list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/Modules)