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})