mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
codespell: Fix typos
This commit is contained in:
@@ -25,7 +25,7 @@ Check if given Objective-C source compiles and links into an executable.
|
||||
expressions.
|
||||
|
||||
The check is only performed once, with the result cached in the variable named
|
||||
by ``<resultVar>``. Every subsequent CMake run will re-use this cached value
|
||||
by ``<resultVar>``. Every subsequent CMake run will reuse this cached value
|
||||
rather than performing the check again, even if the ``<code>`` changes. In
|
||||
order to force the check to be re-evaluated, the variable named by
|
||||
``<resultVar>`` must be manually removed from the cache.
|
||||
|
||||
Reference in New Issue
Block a user