diff options
Diffstat (limited to 'Modules/CheckSourceRuns.cmake')
-rw-r--r-- | Modules/CheckSourceRuns.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CheckSourceRuns.cmake b/Modules/CheckSourceRuns.cmake index 822ee07..75636f4 100644 --- a/Modules/CheckSourceRuns.cmake +++ b/Modules/CheckSourceRuns.cmake @@ -48,7 +48,7 @@ subsequently be run. HAVE_COARRAY) 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. |