Skip to content

Commit

Permalink
cmake: bump minimum to version 3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredh committed Dec 22, 2023
1 parent 1d23051 commit 3dfe724
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
Expand Up @@ -11,7 +11,7 @@
# Versioning
#

cmake_minimum_required(VERSION 3.13)
cmake_minimum_required(VERSION 3.14)

project(re
VERSION 3.7.0
Expand Down

0 comments on commit 3dfe724

Please sign in to comment.