diff options
Diffstat (limited to 'Modules/CheckOBJCXXSourceCompiles.cmake')
-rw-r--r-- | Modules/CheckOBJCXXSourceCompiles.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/CheckOBJCXXSourceCompiles.cmake b/Modules/CheckOBJCXXSourceCompiles.cmake index 4a18c21..af3ffde 100644 --- a/Modules/CheckOBJCXXSourceCompiles.cmake +++ b/Modules/CheckOBJCXXSourceCompiles.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 |