Hi Andreas,

Thanks for the reply and the two points that you raised.

Yes, "make -j" is what I was thinking of.  It just didn't occur to me
that it would be make's job; thought separating compilation into
multiple processes has be done at the point the Makefile is
created...guess I was wrong...

Thanks and sorry for the delay; was away from e-mail for a few days
and I've noticed the thread has gone away already...  Just wanted to
say "thanks"!

Ray


On Thu, Sep 2, 2010 at 23:44, Diablo 666 <thediablo...@hotmail.de> wrote:
> Hi,
>
>> For example, when you add a C++ source file,
>> you'll need to run cmake and then make.
>
> make will automatically re-run cmake, if the cmake files have changed.
> I guess, there will be some IDEs automatically generating cmake files in the
> future.
>
>> generate n Makefiles so that each CPU is responsible for just their parts
>
> you might want to try make -j. I guess, this is exactly what you are
> searching for.
>
> Best regards,
> Andreas
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to