Skip to content

Commit 288d32b

Browse files
authored
Merge pull request #77 from nitrix/fix/upgrade-cmake-313
Upgrade CMake min ver to 3.13.
2 parents 8bf69ec + dc99762 commit 288d32b

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.0)
1+
cmake_minimum_required(VERSION 3.13)
22
project(enet C)
33

44
# -----------------------------

0 commit comments

Comments
 (0)