diff options
author | Alexander Neundorf <neundorf@kde.org> | 2023-02-01 23:05:00 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-02-06 15:21:19 (GMT) |
commit | 9a7612d2d0889fc097d091e633e12914183ae23d (patch) | |
tree | 79d269ab4d53c8f8e5e8af0200324c3c835ee4a7 /Help/manual | |
parent | 8a7aa2642bcc63b0434b1e5a212931cd96d27e31 (diff) | |
download | CMake-9a7612d2d0889fc097d091e633e12914183ae23d.zip CMake-9a7612d2d0889fc097d091e633e12914183ae23d.tar.gz CMake-9a7612d2d0889fc097d091e633e12914183ae23d.tar.bz2 |
Kate: make it possible to force a mode for the "files" entry
By default, kate will try to autodetect whether the project is
a svn or git checkout or not.
In case this does not give a satisfying result, the user can now
set CMAKE_KATE_FILES_MODE to the mode he wants.
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake-variables.7.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/manual/cmake-variables.7.rst b/Help/manual/cmake-variables.7.rst index 5e09d62..8564e7c 100644 --- a/Help/manual/cmake-variables.7.rst +++ b/Help/manual/cmake-variables.7.rst @@ -226,6 +226,7 @@ Variables that Change Behavior /variable/CMAKE_INSTALL_MESSAGE /variable/CMAKE_INSTALL_PREFIX /variable/CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT + /variable/CMAKE_KATE_FILES_MODE /variable/CMAKE_KATE_MAKE_ARGUMENTS /variable/CMAKE_LIBRARY_PATH /variable/CMAKE_LINK_DIRECTORIES_BEFORE |