From 58b0669e553cf69f6d1ea1aab288beb13a9cfa31 Mon Sep 17 00:00:00 2001 From: hvellyr Date: Mon, 6 Jun 2016 14:28:08 +0200 Subject: [PATCH] Remove left over c++1y definition desturbing MSVC --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 30e4eb7..2c1ef01 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,4 @@ cmake_minimum_required(VERSION 2.8) -add_definitions("-std=c++1y") # Check if a supported compiler is used and add c++14 flag: if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU")