From b0bd6e779f8141d59a478676cf4ec451e9900897 Mon Sep 17 00:00:00 2001 From: wowzaman12 Date: Sun, 5 Apr 2015 14:56:03 +0000 Subject: [PATCH] So yeah... seems -stdc++11 work for xaudio2.cpp git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1304 a31d4220-a93d-0410-bf67-fe4944624d44 --- src/wx/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )