[CMake] Adding a custom line to CMake's makefiles?
Clifford Yapp
cliffyapp at gmail.com
Fri Sep 9 18:07:22 EDT 2011
Thanks Mike, good to know! David actually solved my problem for me with the
generator based conditional and the $(MAKE) variable, but that's a nifty
workaround to have tucked away.
Cheers,
CY
On Fri, Sep 9, 2011 at 3:37 PM, Mike Wittman <mike at headwave.com> wrote:
> **
> If you are building on Linux, try
> MAKEFLAGS=j8 make distcheck
>
> I have successfully used the MAKEFLAGS environment variable to propagate
> parallel build invocations through scripts that invoke make with fixed
> options.
>
> -Mike
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20110909/676a704a/attachment.htm>
More information about the CMake
mailing list