Raise the minimum CMake version to 3.10 as it is the one used in Ubuntu 18.04LTS.

This commit is contained in:
faluco 2021-12-13 14:25:05 +01:00 committed by Andre Puschmann
parent 7f6fd45b1f
commit 12c1e68156
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ endif(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR})
########################################################################
# Project setup
########################################################################
cmake_minimum_required(VERSION 2.6)
cmake_minimum_required(VERSION 3.10)
project( SRSRAN )
message( STATUS "CMAKE_SYSTEM: " ${CMAKE_SYSTEM} )
message( STATUS "CMAKE_SYSTEM_PROCESSOR: " ${CMAKE_SYSTEM_PROCESSOR} )