From 0d90ecda166f609131ce08b065fdab448016030d Mon Sep 17 00:00:00 2001 From: vlj Date: Fri, 11 Apr 2014 01:01:38 +0200 Subject: [PATCH] Another attempt at fixing ci build. --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ba2d9d1be..141a23837 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -113,7 +113,8 @@ if(USE_FRIBIDI) endif() if(UNIX) - add_definitions("-std=gnu++11") + set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11") + #add_definitions("-std=gnu++11") endif() # OpenGL