cmake and parallel building with "make -jN"

Posted by Roman D on Stack Overflow See other posts from Stack Overflow or by Roman D
Published on 2010-05-31T09:03:23Z Indexed on 2010/06/01 21:03 UTC
Read the original article Hit count: 232

Filed under:
|
|

Hi all,

I'm trying to setup a parallel CMake-based build for my source tree, but when I issue

$ cmake .
$ make -j2

I get a jobserver unavailable: using -j1. Add '+' to parent make rule warning. Does anyone have an idea if it is possible to fix it somehow?

© Stack Overflow or respective owner

Related posts about build

Related posts about make