CMake: Remove hard-coded -std=c11 and -std=c++17

This commit is contained in:
Jonas Kvinge
2026-01-06 20:39:37 +01:00
parent 4e6459b977
commit 1c9e99e776

View File

@@ -84,8 +84,6 @@ if(MSVC)
list(APPEND COMPILE_OPTIONS -MP -W4 -wd4702)
else()
list(APPEND COMPILE_OPTIONS
$<$<COMPILE_LANGUAGE:C>:-std=c11>
$<$<COMPILE_LANGUAGE:CXX>:-std=c++17>
-Wall
-Wextra
-Wpedantic