build: Bump GCC and Clang minimum compiler versions for C++23

This commit is contained in:
Gabriel Ferreira
2025-05-16 17:35:29 +02:00
parent bba771a55f
commit 672f383e2e

View File

@@ -12,8 +12,8 @@ file(STRINGS VERSION NS3_VER)
# minimum compiler versions
set(AppleClang_MinVersion 13.1.6)
set(Clang_MinVersion 11.0.0)
set(GNU_MinVersion 10.1.0)
set(Clang_MinVersion 17.0.0)
set(GNU_MinVersion 11.0.0)
# common options
option(NS3_ASSERT "Enable assert on failure" OFF)