On Monday 02 February 2009, Phil Smith wrote: > When you write: > > The following three should also have the "_DIGNUS": > > > > SET(CMAKE_ASM_SOURCE_FILE_EXTENSIONS asm) > > SET(CMAKE_ASM_OUTPUT_EXTENSION ".o" ) > > SET(CMAKE_ASM_COMPILE_OBJECT "<CMAKE_ASM_COMPILER> -o <OBJECT> <SOURCE>") > > I'm not sure where it goes -- I've tried a few places (after "ASM", at the > end of the variable), no change.
SET(CMAKE_ASM_DIGNUS_SOURCE_FILE_EXTENSIONS asm) SET(CMAKE_ASM_DIGNUS_OUTPUT_EXTENSION ".o" ) SET(CMAKE_ASM_DIGNUS_COMPILE_OBJECT "<CMAKE_ASM_DIGNUS_COMPILER> -o <OBJECT> <SOURCE>") > The other changes at least got it happiER, though still not happy. What problems remain ? Alex _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
