From 5faa70503a9c9152d1caba6a2c805ebe911e12a9 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 4 Jan 2024 03:25:07 +0100 Subject: [PATCH] Fix name in the comment for wx_check_c_source_compiles() No real changes. --- build/cmake/setup.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/cmake/setup.cmake b/build/cmake/setup.cmake index 297a251f28..89976aecb0 100644 --- a/build/cmake/setup.cmake +++ b/build/cmake/setup.cmake @@ -110,7 +110,7 @@ function(wx_check_cxx_source_compiles code res_var) cmake_pop_check_state() endfunction() -# wx_check_cxx_source_compiles( [headers...]) +# wx_check_c_source_compiles( [headers...]) function(wx_check_c_source_compiles code res_var) set(src) foreach(header ${ARGN})