From c16ee076019a69a6a72b863d713c3bd0b1ed96be Mon Sep 17 00:00:00 2001 From: Niels Date: Sun, 26 Apr 2015 23:31:22 +0200 Subject: [PATCH] Appveyor --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c359dcab..4ed09490 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,8 +6,8 @@ add_executable(json_unit src/json.hpp test/catch.hpp test/unit.cpp ) -target_compile_features(json_unit - PRIVATE cxx_range_for +set(CMAKE_CXX_FLAGS + "-std=c++11 -stdlib=libc++" ) include_directories(