Skip to content

Commit

Permalink
Raise cmake minimum to 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dougmassay authored Jan 9, 2024
1 parent 189aee2 commit ebc1b93
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 @@ -7,7 +7,7 @@
#
#########################################################

cmake_minimum_required( VERSION 3.0 )
cmake_minimum_required( VERSION 3.5 )

project(gumbo)

Expand Down

0 comments on commit ebc1b93

Please sign in to comment.