cmake/Help/variable/CMAKE_ECLIPSE_MAKE_ARGUMENTS.rst

12 lines
353 B
ReStructuredText
Raw Normal View History

2016-07-09 11:21:54 +02:00
CMAKE_ECLIPSE_MAKE_ARGUMENTS
----------------------------
2021-09-14 00:13:48 +02:00
.. versionadded:: 3.6
2016-07-09 11:21:54 +02:00
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).