From c4ad3d9846caa9c788b9e442d79b5af7f2db543b Mon Sep 17 00:00:00 2001 From: NFS_MONSTR Date: Tue, 17 Jul 2018 16:14:07 +0300 Subject: [PATCH] Bump cmake version to 3.8 #544 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0eb26d56..9eefdfe7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.2.2) +cmake_minimum_required(VERSION 3.8) project(OpenRW)