Skip to content

Commit 9b5fc50

Browse files
Merge pull request #46 from egelja/master
Fix cmake max version
2 parents 7d9442b + 18065b7 commit 9b5fc50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.2)
1+
cmake_minimum_required(VERSION 3.2...3.27)
22
project(cmake_git_version_tracking
33
LANGUAGES C)
44

0 commit comments

Comments
 (0)