mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 07:39:26 +01:00
CMake: add CMAKE_CXX_STANDARD_REQUIRED=ON
This commit is contained in:
parent
4c580bc3b7
commit
c4640295b1
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user