fix(build): raise minimum cmake version to 3.21 (#974)
Linking against target objects is otherwise not possible.
This commit is contained in:
parent
da9753409b
commit
b45f5b4c82
@ -1,4 +1,4 @@
|
|||||||
cmake_minimum_required (VERSION 3.16)
|
cmake_minimum_required (VERSION 3.21)
|
||||||
project (glog
|
project (glog
|
||||||
VERSION 0.7.0
|
VERSION 0.7.0
|
||||||
DESCRIPTION "C++ implementation of the Google logging module"
|
DESCRIPTION "C++ implementation of the Google logging module"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user