From 39ce696148a0718a1ac0eab4de030d4529ec7e57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20St=C3=B6ggl?= Date: Tue, 21 Aug 2018 20:59:46 +0200 Subject: [PATCH] Use the same cmake_minimum_required version 3.1 as in Release/CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c66d502345..594e6be65e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0) +cmake_minimum_required(VERSION 3.1) project(cpprestsdk-root NONE) add_subdirectory(Release)