Skip to content
Snippets Groups Projects
Commit 05f8c817 authored by Raul Tambre's avatar Raul Tambre Committed by Brad King
Browse files

GNU: C++17 default version

Changed in GCC commit 0801f419440c14f6772b28f763ad7d40f7f7a580, released in 11.1.
parent b2f1345a
No related branches found
No related tags found
No related merge requests found
......@@ -66,4 +66,4 @@ if (NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 8.0)
set(CMAKE_CXX20_EXTENSION_COMPILE_OPTION "-std=gnu++2a")
endif()
__compiler_check_default_language_standard(CXX 3.4 98 6.0 14)
__compiler_check_default_language_standard(CXX 3.4 98 6.0 14 11.1 17)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment