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: 253
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