Fix name in the comment for wx_check_c_source_compiles()

No real changes.
This commit is contained in:
Vadim Zeitlin 2024-01-04 03:25:07 +01:00
parent e21b27019f
commit 5faa70503a

View file

@ -110,7 +110,7 @@ function(wx_check_cxx_source_compiles code res_var)
cmake_pop_check_state()
endfunction()
# wx_check_cxx_source_compiles(<code> <var> [headers...])
# wx_check_c_source_compiles(<code> <var> [headers...])
function(wx_check_c_source_compiles code res_var)
set(src)
foreach(header ${ARGN})