Fix name in the comment for wx_check_c_source_compiles()
No real changes.
This commit is contained in:
parent
e21b27019f
commit
5faa70503a
1 changed files with 1 additions and 1 deletions
|
|
@ -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})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue