[CMake] Parallel execution

norulez norulez at me.com
Sun Jul 11 14:10:01 EDT 2010


CMake is only a Makefile generator. You can use make -j8 or mingw-make -j8 after Makefile generation

Am 11.07.2010 um 20:00 schrieb Angel Tsankov <fn42551 at fmi.uni-sofia.bg>:

> Can cmake take advantage of multi-core CPUs and run several jobs simultaneously?
> 
> Regards,
> Angel Tsankov
> 
> _______________________________________________
> 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


More information about the CMake mailing list