Remove left over c++1y definition desturbing MSVC

pull/21/head
hvellyr 8 years ago
parent 47f8eb171c
commit 58b0669e55
  1. 1
      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")

Loading…
Cancel
Save