Browse Source

Merge pull request #187 from metaquarx/master

Future proof cmake minimum version
Lee Salzman 3 years ago
parent
commit
987cd0650f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.12)
+cmake_minimum_required(VERSION 2.8.12...3.20)
 
 project(enet)