ilyachur/cmake4vim

g:make-arguments not taken into account

CharlesGueunet opened this issue · 1 comments

Hello,

I have a strange behavior when using the g:make_arguments variable. I have set it to "-j4" so that my project is built in parallel, but this only work the first time my project is built. Then, when new built are triggered after I have modified some stuff (or not) the -- -j4 option is not shown anymore during the build.

Any suggestion?

Charles

Mea culpa, I need to call CMake once again after the variable has been set.

i close the issue, sorry for the bothering.