diff --git a/src/wx/CMakeLists.txt b/src/wx/CMakeLists.txt index 464e7f4f..9a1be125 100644 --- a/src/wx/CMakeLists.txt +++ b/src/wx/CMakeLists.txt @@ -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 ) # not yet implemented option( ENABLE_CAIRO "Enable Cairo rendering for the wxWidgets port" ON ) if( WIN32 )