fix(build): raise minimum cmake version to 3.21 (#974)

Linking against target objects is otherwise not possible.
This commit is contained in:
Sergiu Deitsch 2023-10-12 22:28:45 +02:00 committed by GitHub
parent da9753409b
commit b45f5b4c82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 3.16)
cmake_minimum_required (VERSION 3.21)
project (glog
VERSION 0.7.0
DESCRIPTION "C++ implementation of the Google logging module"