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
This commit is contained in:
Christoph Schlosser
2020-10-25 19:10:42 +01:00
committed by GitHub
parent 9d5770544e
commit 89fc93d1f9
2 changed files with 13 additions and 2 deletions
+2 -1
View File
@@ -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