mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-16 17:29:55 +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
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ project(OpenMW)
|
||||||
|
|
||||||
set(CMAKE_CXX_STANDARD 20)
|
set(CMAKE_CXX_STANDARD 20)
|
||||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||||
|
set(CMAKE_CXX_EXTENSIONS OFF)
|
||||||
|
|
||||||
include(GNUInstallDirs)
|
include(GNUInstallDirs)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue