Skip to content

Commit

Permalink
Update minimum required CMake version to 3.28
Browse files Browse the repository at this point in the history
  • Loading branch information
SavenkovIgor committed Feb 17, 2024
1 parent 572bbe4 commit e495ffd
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 @@ -2,7 +2,7 @@
# SPDX-License-Identifier: GPL-3.0-or-later


cmake_minimum_required (VERSION 3.22.0)
cmake_minimum_required (VERSION 3.28)

project (TermGraph
VERSION 2.0.0
Expand Down

0 comments on commit e495ffd

Please sign in to comment.