From 786e43322f9dd2ba0029e223610276ebe3445a0a Mon Sep 17 00:00:00 2001 From: wb2osz Date: Sat, 14 Oct 2023 17:45:39 +0100 Subject: [PATCH] Fix comment. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e4f12a9..84aeb73 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -275,7 +275,7 @@ include(CheckSymbolExists) # # This was all working fine until these were added to the gnu c library 2.38. # References: -* - https://www.gnu.org/software/libc/sources.html +# - https://www.gnu.org/software/libc/sources.html # - https://sourceware.org/git/?p=glibc.git;a=blob_plain;f=NEWS;hb=HEAD # # This test is not detecting them for glibc 2.38 resulting in a conflict.