Yet another attemp to c++0x support in travisCI

This commit is contained in:
vlj 2014-04-11 01:17:42 +02:00
parent ce9e9790d5
commit a6abda9115

View File

@ -113,8 +113,7 @@ if(USE_FRIBIDI)
endif() endif()
if(UNIX) if(UNIX)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11") add_definitions("-std=c++0x")
#add_definitions("-std=gnu++11")
endif() endif()
# OpenGL # OpenGL