[cmake-developers] How to deal with assembler files

Brad King brad.king at kitware.com
Thu Mar 3 11:53:40 EST 2011


Hi Alex,

The Sun compiler still fails:
http://www.cdash.org/CDash/testDetails.php?test=85204365&build=888421

It's because the execute_process in the CMakeLists.txt file of the test
does not use the C compiler flags.  Therefore 32-bit assembly code is
generated and then it tries to compile it with 64-bit flags.

-Brad



More information about the cmake-developers mailing list