1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-09-03 03:17:59 +00:00

Update newest CMake to 3.16

This commit is contained in:
Carles Fernandez
2019-11-29 19:01:20 +01:00
parent 50f4c2004c
commit 5cf5c7f0f5

View File

@@ -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)