cmake/Help/variable/CMAKE_KATE_MAKE_ARGUMENTS.rst

12 lines
341 B
ReStructuredText
Raw Normal View History

2023-07-02 19:51:09 +02:00
CMAKE_KATE_MAKE_ARGUMENTS
-------------------------
.. versionadded:: 3.0
This cache variable is used by the Kate project generator. See
:manual:`cmake-generators(7)`.
This variable holds arguments which are used when Kate invokes the make
tool. By default it is initialized to hold flags to enable parallel builds
(using -j typically).