Disable C++ extensions

Since openmw has to be compiled by clang, gcc, msvc most of the extensions
will not work anyway.
post_malone
elsid 2 years ago
parent cec7f1e7bc
commit 0a94f95c95
No known key found for this signature in database
GPG Key ID: 4DE04C198CBA7625

@ -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…
Cancel
Save