[CMake] Why CMake can't run as make ? (was: Re: makefile to CMakeLists.txt, possible?)
Chiheng Xu
chiheng.xu at gmail.com
Fri Sep 3 04:54:07 EDT 2010
Why CMake can't run as make ?
CMake parse CMakeLists.txt, generate Makefile. Then, make parse the
Makefile, and execute(serially or parallelly) shells, shells run
comands(compiler, etc) to build.
Perhaps, CMake can parse CMakeLists.txt, and directly run
comands(compiler, etc) to build, without gererating Makefile,
invoking make, invoking shells.
--
Chiheng Xu
Wuhan,China
More information about the CMake
mailing list