diff options
author | Zephyron <zephyron@citron-emu.orgq> | 2025-03-03 17:13:29 +1000 |
---|---|---|
committer | Zephyron <zephyron@citron-emu.orgq> | 2025-03-03 17:13:29 +1000 |
commit | dc9532b4d10b1363ebe64e2529284b79885d4f9c (patch) | |
tree | acce492954cd5ddbe52e1e193d6b47e04fa2b933 | |
parent | 1308e2b935f6ef0451686336192b6502fdeccb9e (diff) |
Revert "CMake: Enable C++ latest and coroutines for MSVC builds"
This reverts commit 1308e2b935f6ef0451686336192b6502fdeccb9e.
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e35fec4df..542fce810 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ include(CTest) # Disable Warnings as Errors for MSVC if (MSVC) - set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /W3 /WX- /std:c++latest /await") + set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /W3 /WX-") endif() # Check if SDL2::SDL2 target exists; if not, create an alias |