summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2024-01-17 14:51:00 (GMT)
committerKitware Robot <kwrobot@kitware.com>2024-01-17 14:51:13 (GMT)
commitc7ebec770f19faa7b16df280a1f4804fa98b1011 (patch)
treec0365813927729946bbdfac9029964b64e423c36 /Modules
parent094648fa7316be8040c23bcb150edc78d8af35c9 (diff)
parent202f4b316139dcb00dc057bc4fcc85b00b8a62cb (diff)
downloadCMake-c7ebec770f19faa7b16df280a1f4804fa98b1011.zip
CMake-c7ebec770f19faa7b16df280a1f4804fa98b1011.tar.gz
CMake-c7ebec770f19faa7b16df280a1f4804fa98b1011.tar.bz2
Merge topic 'lcc-updates-2024-01'
202f4b3161 Tests: Exclude some tests on broken libc on Elbrus 9dd0ab9c88 LCC: Make CMake build without warnings on LCC 1.21 1dbb31cea2 libarchive: avoid lchmod not implemented warning on old LCC 83af26d9ad LCC: Don't enable debugger on LCC that don't have <future> fa764ce311 liblzma: Make cmliblzma buildable on LCC 1.21 77e046b47c jsoncpp: fix missing template deletion support on LCC < 1.23 67de0c197b cmcurl: fix X509_STORE_up_ref issue not just on LCC 1.23, but on LCC <= 1.23 9bc2aba3b4 LCC: get rid of ambiguous assignments of {} for LCC ... Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !9157
Diffstat (limited to 'Modules')
-rw-r--r--Modules/Compiler/LCC-C.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Compiler/LCC-C.cmake b/Modules/Compiler/LCC-C.cmake
index 99f791f..52c3bf3 100644
--- a/Modules/Compiler/LCC-C.cmake
+++ b/Modules/Compiler/LCC-C.cmake
@@ -33,4 +33,4 @@ if(CMAKE_C_COMPILER_VERSION VERSION_GREATER_EQUAL 1.26)
set(CMAKE_C17_EXTENSION_COMPILE_OPTION "-std=gnu17")
endif()
-__compiler_check_default_language_standard(C 1.23 90 1.20 11 1.26 17)
+__compiler_check_default_language_standard(C 1.17 89 1.23 99 1.26 17)