mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715
12 lines
353 B
ReStructuredText
12 lines
353 B
ReStructuredText
CMAKE_ECLIPSE_MAKE_ARGUMENTS
|
|
----------------------------
|
|
|
|
.. versionadded:: 3.6
|
|
|
|
This cache variable is used by the Eclipse project generator. See
|
|
:manual:`cmake-generators(7)`.
|
|
|
|
This variable holds arguments which are used when Eclipse invokes the make
|
|
tool. By default it is initialized to hold flags to enable parallel builds
|
|
(using -j typically).
|