Browse Source

CMake <2.8 deprecated fix

alex 2 years ago
parent
commit
61879f5b08
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.6)
+cmake_minimum_required(VERSION 3.0)
 project(enet C)
 
 if(MSVC)