mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
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:
committed by
GitHub
parent
9d5770544e
commit
89fc93d1f9
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user