mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-27 12:35:46 +00:00
Disable C++ extensions
Since openmw has to be compiled by clang, gcc, msvc most of the extensions will not work anyway.
This commit is contained in:
parent
cec7f1e7bc
commit
0a94f95c95
@ -24,6 +24,7 @@ project(OpenMW)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 20)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
set(CMAKE_CXX_EXTENSIONS OFF)
|
||||
|
||||
include(GNUInstallDirs)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user