1CMAKE_ECLIPSE_MAKE_ARGUMENTS 2---------------------------- 3 4.. versionadded:: 3.6 5 6This cache variable is used by the Eclipse project generator. See 7:manual:`cmake-generators(7)`. 8 9This variable holds arguments which are used when Eclipse invokes the make 10tool. By default it is initialized to hold flags to enable parallel builds 11(using -j typically). 12