summaryrefslogtreecommitdiff
path: root/Modules/CMakeFindKate.cmake
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2023-02-01 23:16:42 +0100
committerAlexander Neundorf <neundorf@kde.org>2023-02-03 23:19:13 +0100
commit8a7aa2642bcc63b0434b1e5a212931cd96d27e31 (patch)
tree56d396e86307b2442f447d199d98931bdb0ad598 /Modules/CMakeFindKate.cmake
parent77610c6cf0fd18586eaaf4b328936f79683afd34 (diff)
downloadcmake-8a7aa2642bcc63b0434b1e5a212931cd96d27e31.tar.gz
Help: add documentation for Kate-related variable
Diffstat (limited to 'Modules/CMakeFindKate.cmake')
-rw-r--r--Modules/CMakeFindKate.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/CMakeFindKate.cmake b/Modules/CMakeFindKate.cmake
index 9aaf6e5716..23fbe38d4f 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")