From ba38819fffd45b8987fecd5b11623d29bd003de0 Mon Sep 17 00:00:00 2001 From: vlj Date: Sat, 12 Jul 2014 00:38:03 +0200 Subject: [PATCH] Enable CPP2011 on linux. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 725de1145..daa2c9545 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -124,9 +124,9 @@ if(UNIX AND USE_XRANDR) endif() if(UNIX) - if(USE_CPP2011) +# if(USE_CPP2011) add_definitions("-std=c++0x") - endif() +# endif() endif() # OpenGL