This is probably a cmake issue but...

I can not get cmake-2.8.1 or cmake built from cvs to build ParaView
(VTK, or ITK) in parallel.

I have tried setting both

   set(CTEST_BUILD_FLAGS "-i -j8")

and

   set(CTEST_BUILD_COMMAND "/usr/bin/gmake -i -j8")

but neither has any effect.

The old CMakeCache.txt variable

   MAKECOMMAND:STRING=/usr/bin/gmake -i -j8

works only for cmake-2.6 ( and earlier. )

cmake-2.6 does not support git.

cmake-2.6 does not support parallel testing.


Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
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 ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

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

Reply via email to