Skip to content

Commit

Permalink
fix(build): raise minimum cmake version to 3.21 (#974)
Browse files Browse the repository at this point in the history
Linking against target objects is otherwise not possible.
  • Loading branch information
sergiud authored Oct 12, 2023
1 parent da97534 commit b45f5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit b45f5b4

Please sign in to comment.