summaryrefslogtreecommitdiffstats
path: root/Modules/CheckOBJCSourceRuns.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/CheckOBJCSourceRuns.cmake')
-rw-r--r--Modules/CheckOBJCSourceRuns.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CheckOBJCSourceRuns.cmake b/Modules/CheckOBJCSourceRuns.cmake
index a23a0c7..511cac6 100644
--- a/Modules/CheckOBJCSourceRuns.cmake
+++ b/Modules/CheckOBJCSourceRuns.cmake
@@ -24,7 +24,7 @@ subsequently be run.
false (e.g. an empty string or an error message).
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.