On Friday 04 March 2011, Brad King wrote: > On 03/03/2011 05:04 PM, Alexander Neundorf wrote: > > On Thursday 03 March 2011, Brad King wrote: > >> 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. > > > > Ok, merged into next, I hope it works. > > I disabled the assembler test for Intel under Windows for now. > > I just added a few more fixes/changes to the topic. The CMAKE_C_FLAGS > have to be parsed because they are space-separated. We also now use a > custom command to generate main.s and enable verbose make output. Now > the test should print out all the command lines in its output.
Dashboard is green now, thanks :-) What is left to do ? Testing the Intel compiler under Windows... More ? Alex _______________________________________________ cmake-developers mailing list [email protected] http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
