From 13b1d2f9f86249ca32113ed7057f5d92222496af Mon Sep 17 00:00:00 2001 From: Chuck Atkins Date: Tue, 5 Feb 2019 11:48:23 -0500 Subject: XL: Record C compiler version that started using C99 by default --- Modules/Compiler/XL-C.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Compiler/XL-C.cmake b/Modules/Compiler/XL-C.cmake index 5dc8bc1..eee5958 100644 --- a/Modules/Compiler/XL-C.cmake +++ b/Modules/Compiler/XL-C.cmake @@ -38,4 +38,4 @@ if (CMAKE_C_COMPILER_VERSION VERSION_GREATER_EQUAL 10.1) endif () endif() -__compiler_check_default_language_standard(C 10.1 90) +__compiler_check_default_language_standard(C 10.1 90 11.1 99) -- cgit v0.12