diff options
author | Alexander Neundorf <neundorf@kde.org> | 2023-02-01 22:16:42 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2023-02-03 22:19:13 (GMT) |
commit | 8a7aa2642bcc63b0434b1e5a212931cd96d27e31 (patch) | |
tree | 56d396e86307b2442f447d199d98931bdb0ad598 /Modules | |
parent | 77610c6cf0fd18586eaaf4b328936f79683afd34 (diff) | |
download | CMake-8a7aa2642bcc63b0434b1e5a212931cd96d27e31.zip CMake-8a7aa2642bcc63b0434b1e5a212931cd96d27e31.tar.gz CMake-8a7aa2642bcc63b0434b1e5a212931cd96d27e31.tar.bz2 |
Help: add documentation for Kate-related variable
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/CMakeFindKate.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/CMakeFindKate.cmake b/Modules/CMakeFindKate.cmake index 9aaf6e5..23fbe38 100644 --- a/Modules/CMakeFindKate.cmake +++ b/Modules/CMakeFindKate.cmake @@ -3,7 +3,7 @@ # This file is included in CMakeSystemSpecificInformation.cmake if -# the Eclipse CDT4 extra generator has been selected. +# the Kate extra generator has been selected. # Try to find out how many CPUs we have and set the -j argument for make accordingly @@ -17,5 +17,5 @@ if("${_CMAKE_KATE_PROCESSOR_COUNT}" GREATER 1 AND CMAKE_HOST_UNIX AND "${CMA set(_CMAKE_KATE_INITIAL_MAKE_ARGS "-j${_CMAKE_KATE_PROCESSOR_COUNT}") endif() -# This variable is used by the Eclipse generator and appended to the make invocation commands. +# This variable is used by the Kate generator and appended to the make invocation commands. set(CMAKE_KATE_MAKE_ARGUMENTS "${_CMAKE_KATE_INITIAL_MAKE_ARGS}" CACHE STRING "Additional command line arguments when Kate invokes make. Enter e.g. -j<some_number> to get parallel builds") |