wxvbam prefers gnu++11 rather than c++11, should fix compiling on mingw.

This commit is contained in:
wowzaman12 2015-04-28 14:53:26 +00:00
parent 33be071615
commit 542d204a9c
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#Do not use this file directly. Always use the top level CMakeLists.txt file
# This build is much easier if we just do it here.
SET( CMAKE_CXX_FLAGS -std=c++11 )
SET( CMAKE_CXX_FLAGS -std=gnu++11 )
# not yet implemented
option( ENABLE_CAIRO "Enable Cairo rendering for the wxWidgets port" ON )
if( WIN32 )