From e7af386de20fcfc49e5a7508eadebe03e31c7ef1 Mon Sep 17 00:00:00 2001 From: Sebastian Maisch Date: Mon, 17 Oct 2016 19:49:56 +0200 Subject: [PATCH] Updated cmake version to correct string compare behaviour. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 11298f5..47eb352 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,7 +46,7 @@ # # ============================================================================ -cmake_minimum_required (VERSION 2.8) +cmake_minimum_required (VERSION 3.1) ENABLE_LANGUAGE(CXX) set(CMAKE_BUILD_TYPE Release)