build: Bump required Apple Clang version for std::bind_front support

This commit is contained in:
Gabriel Ferreira
2024-06-15 12:52:10 +02:00
parent 90e9349ee5
commit 116021aae2
2 changed files with 9 additions and 9 deletions

View File

@@ -11,7 +11,7 @@ project(NS3 CXX C)
file(STRINGS VERSION NS3_VER)
# minimum compiler versions
set(AppleClang_MinVersion 11.0.0)
set(AppleClang_MinVersion 13.1.6)
set(Clang_MinVersion 10.0.0)
set(GNU_MinVersion 9.1.0)