Maybe just enforce for C++

We don't demand a specific standard for C anyway, maybe that'll trip it up less?
This commit is contained in:
OPNA2608 2022-05-06 12:52:47 +02:00
parent d0524c025e
commit b35701f938
1 changed files with 0 additions and 2 deletions

View File

@ -10,8 +10,6 @@ if (APPLE)
enable_language(OBJC)
endif()
set(CMAKE_C_EXTENSIONS OFF)
set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_EXTENSIONS OFF)