[CMake] CMake still broken post-2.8.1

Brad King brad.king at kitware.com
Sat Jan 21 15:45:07 EST 2012


On 1/21/2012 12:24 PM, Phil Smith wrote:
> GOOD
> !!!! C:/Program Files/Regina/regina.exe cc.rex dcc.exe   CMakeCCompilerId.c
> -- arg=[C:/Program Files/Regina/regina.exe]
> -- arg=[cc.rex dcc.exe]
> -- arg=[CMakeCCompilerId.c]
[snip]
> BAD
> !!!! c:/Program Files/Regina/regina.exe cc.rex;dcc.exe   CMakeCCompilerId.c
> -- arg=[c:/Program Files/Regina/regina.exe]
> -- arg=[cc.rex]
> -- arg=[dcc.exe]
> -- arg=[CMakeCCompilerId.c]
[snip]
> GOOD:
> dcc.exe -o CMakeFiles/cmTryCompileExec.dir/testCCompiler.c.o -c C:/SVN/zFPE/CMakeFiles/CMakeTmp/testCCompiler.c
> Exiting cc.rex, rc=0
[snip]
> BAD:
> dcc.exe CMakeCCompilerId.c

Can you reproduce these two results by running the two different
command lines on a dummy .c file by hand at a command prompt?

-Brad


More information about the CMake mailing list