summaryrefslogtreecommitdiffstats
path: root/Help/variable/CMAKE_ECLIPSE_MAKE_ARGUMENTS.rst
blob: 90e36f5fb72a63e68ffc62e3db4f65971df9e79f (plain)
1
2
3
4
5
6
7
8
9
10
11
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).