Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

Commit b45f5b4

Browse files
authored
fix(build): raise minimum cmake version to 3.21 (#974)
Linking against target objects is otherwise not possible.
1 parent da97534 commit b45f5b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required (VERSION 3.16)
1+
cmake_minimum_required (VERSION 3.21)
22
project (glog
33
VERSION 0.7.0
44
DESCRIPTION "C++ implementation of the Google logging module"

0 commit comments

Comments
 (0)