fix(cmake): Change cmake symbol to unicode triangle (#2456)

This commit is contained in:
Melroy van den Berg
2021-03-15 11:27:54 +01:00
committed by GitHub
parent 49c09d493a
commit c91b293c9d
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -458,7 +458,7 @@ the module will be activated if any of the following conditions are met:
| Option | Default | Description |
| ------------------- | -------------------------------------- | -------------------------------------------- |
| `format` | `"via [$symbol($version )]($style)"` | The format for the module. |
| `symbol` | `" "` | The symbol used before the version of cmake. |
| `symbol` | `" "` | The symbol used before the version of cmake. |
| `detect_extensions` | `[]` | Which extensions should trigger this moudle |
| `detect_files` | `["CMakeLists.txt", "CMakeCache.txt"]` | Which filenames should trigger this module |
| `detect_folders` | `[]` | Which folders should trigger this module |