Skip to content

Commit bdcba64

Browse files
authored
Merge pull request #135 from Zer0xFF/patch-2
Update CMake Min Requirement to 3.10
2 parents cb07733 + fcbb8f7 commit bdcba64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.9)
1+
cmake_minimum_required(VERSION 3.10)
22

33
project(chdr VERSION 0.2 LANGUAGES C)
44

0 commit comments

Comments
 (0)