mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 09:24:39 +02:00
CMake: add CMAKE_CXX_STANDARD_REQUIRED=ON
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
set(CMAKE_CXX_STANDARD 14)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
set(CMAKE_CXX_EXTENSIONS OFF)
|
||||
|
||||
if(CMAKE_SYSTEM_NAME MATCHES "Windows")
|
||||
|
Reference in New Issue
Block a user