summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorChristoph Schlosser <2466365+cschlosser@users.noreply.github.com>2020-10-25 19:10:42 +0100
committerGitHub <noreply@github.com>2020-10-25 19:10:42 +0100
commit89fc93d1f907348dc2730469360aebdb5d689aec (patch)
treec8f530085ec978313e197ad8355ecb57be5e9d2e /docs
parent9d5770544e8707352176b5546514dadc10863792 (diff)
feat(cmake): Add CMakeCache.txt detection to CMake module (#1795)
* Add CMakeCache.txt to cmake module * Remove trailing whitespace * Apply fixes by @andytom * Add CMakeCache.txt to docs * Revert documentation for languages other than en
Diffstat (limited to 'docs')
-rw-r--r--docs/config/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/config/README.md b/docs/config/README.md
index ef6a871af..fcfab550a 100644
--- a/docs/config/README.md
+++ b/docs/config/README.md
@@ -444,9 +444,10 @@ vicmd_symbol = "[V](bold green) "
## CMake
-The `cmake` module shows the currently installed version of CMake if:
+The `cmake` module shows the currently installed version of CMake if any of the following conditions are met:
- The current directory contains a `CMakeLists.txt` file
+- The current directory contains a `CMakeCache.txt` file
### Options