diff options
Diffstat (limited to 'Modules/CheckOBJCSourceCompiles.cmake')
-rw-r--r-- | Modules/CheckOBJCSourceCompiles.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/CheckOBJCSourceCompiles.cmake b/Modules/CheckOBJCSourceCompiles.cmake index c6e09db..1158b91 100644 --- a/Modules/CheckOBJCSourceCompiles.cmake +++ b/Modules/CheckOBJCSourceCompiles.cmake @@ -30,6 +30,8 @@ Check once if Objective-C source can be built. ``STATIC_LIBRARY``, the source is compiled but not linked. In any case, all functions must be declared as usual. + See also :command:`check_source_compiles` for a more general command syntax. + See also :command:`check_source_runs` to run compiled source. The compile and link commands can be influenced by setting any of the |