Commit 43d8ee58 authored by Robert Schmidt's avatar Robert Schmidt Committed by Eurecom

Upgrade cmake to 3.12

Prior to this version, we cannot use target_link_libraries() with OBJECT
libraries.
parent 2de56bf3
......@@ -21,7 +21,7 @@
# Author: laurent THOMAS, Lionel GAUTHIER
cmake_minimum_required (VERSION 3.5)
cmake_minimum_required (VERSION 3.12)
project (OpenAirInterface LANGUAGES C CXX)
#########################################################
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment