Skip to content
Snippets Groups Projects
Commit 8ca23d45 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Set minimal gcc version to 11.0.0

Last minimal version (gcc 10 has not support for std::from_chars
functions)
parent c6891a46
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@ endif()
#------------------------------------------------------
# Checks if compiler version is compatible with Pugs sources
set(GNU_CXX_MIN_VERSION "10.0.0")
set(GNU_CXX_MIN_VERSION "11.0.0")
set(CLANG_CXX_MIN_VERSION "14.0.0")
#------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment