Revert "CMake: Enable C++ latest and coroutines for MSVC builds"

This reverts commit 1308e2b935.
This commit is contained in:
Zephyron 2025-03-03 17:13:29 +10:00
parent 1308e2b935
commit dc9532b4d1

View file

@ -14,7 +14,7 @@ include(CTest)
# Disable Warnings as Errors for MSVC # Disable Warnings as Errors for MSVC
if (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() endif()
# Check if SDL2::SDL2 target exists; if not, create an alias # Check if SDL2::SDL2 target exists; if not, create an alias