On 9/4/2013 5:53 PM, Ashok Nalkund wrote:
Hi All,
   I have a package which gives strange results when I build it with
multiple threads (make -j...). Is there a way I can force the package to
be built using a single thread? Something I can put in the CMakeLists.txt?
You most likely need an add_dependencies call. You must have a target that depends on another one in a way that is not explicit.


-Bill

--

Powered by www.kitware.com

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

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

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

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

Reply via email to