From 2a152dfcca73a848a5a965d0e97b762d9fb725bb Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 1 Aug 2016 10:28:08 +0200 Subject: cmake: switch to c++14 We need std::begin/end return constant iterators for const sequences. --- proto-wine/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto-wine') diff --git a/proto-wine/CMakeLists.txt b/proto-wine/CMakeLists.txt index e2576061..01034e30 100644 --- a/proto-wine/CMakeLists.txt +++ b/proto-wine/CMakeLists.txt @@ -14,7 +14,7 @@ if(NOT WIN32) add_custom_command( OUTPUT opentrack-wrapper-wine.exe.so DEPENDS ${wine-deps} - COMMAND ${SDK_WINE_PREFIX}/bin/wineg++ -g -DNOMINMAX -O2 -m32 -std=c++11 -o + COMMAND ${SDK_WINE_PREFIX}/bin/wineg++ -g -DNOMINMAX -O2 -m32 -std=c++14 -o opentrack-wrapper-wine.exe -I "${CMAKE_SOURCE_DIR}" -I "${CMAKE_BINARY_DIR}" ${wine-deps} ${my-rt}) -- cgit v1.2.3