diff options
| author | 2016-04-03 14:45:26 -0400 | |
|---|---|---|
| committer | 2016-04-03 15:45:41 -0400 | |
| commit | 5ef90464a1cb72cdde1da60d7aa87636876a3ca3 (patch) | |
| tree | d39e390607f5bf0fe78becb3b4562fc778dc6110 | |
| parent | OpenGL: Check for framebuffer completeness (diff) | |
| download | yuzu-5ef90464a1cb72cdde1da60d7aa87636876a3ca3.tar.gz yuzu-5ef90464a1cb72cdde1da60d7aa87636876a3ca3.tar.xz yuzu-5ef90464a1cb72cdde1da60d7aa87636876a3ca3.zip | |
CMakeFiles: Compile as C++14
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d6a4a915a..3a0a161e7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
| @@ -65,7 +65,7 @@ endif() | |||
| 65 | message(STATUS "Target architecture: ${ARCHITECTURE}") | 65 | message(STATUS "Target architecture: ${ARCHITECTURE}") |
| 66 | 66 | ||
| 67 | if (NOT MSVC) | 67 | if (NOT MSVC) |
| 68 | set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wno-attributes -pthread") | 68 | set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++1y -Wno-attributes -pthread") |
| 69 | set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -pthread") | 69 | set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -pthread") |
| 70 | 70 | ||
| 71 | if (ARCHITECTURE_x86_64) | 71 | if (ARCHITECTURE_x86_64) |