From cf735e639e5c9e3d2d84d71f1dbf789e8c2f3fd0 Mon Sep 17 00:00:00 2001 From: Lee Salzman Date: Mon, 26 Apr 2021 00:01:11 -0400 Subject: [PATCH] fix minimum cmake version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d3d4aa8d..6f7fc274 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.6) +cmake_minimum_required(VERSION 2.8.12) project(enet)