Re: [CMake] [Patch] Re: cmake Debug builds with icc

2008-04-25 Thread Lucas Wilcox
* Bill Hoffman <[EMAIL PROTECTED]> [2008-04-24 21:55:30 -0400]: > $ cvs commit -m "ENH: support intel compiler on linux " Linux-Intel-C* > Linux-icpc.cmake > grep: Linux-icpc.cmake: No such file or directory > grep: Linux-icpc.cmake: No such file or directory > grep: Linux-icpc.cmake: No suc

[CMake] [Patch] Re: cmake Debug builds with icc

2008-04-24 Thread Lucas Wilcox
* Lucas Wilcox <[EMAIL PROTECTED]> [2008-04-23 11:49:03 -0500]: > Hi, > > I am trying to setup Debug and Release builds using icc > (intel's c compiler) on Linux. It seems as though >CMAKE_C_FLAGS_DEBUG >CMAKE_C_FLAGS_MINSIZER

[CMake] cmake Debug builds with icc

2008-04-23 Thread Lucas Wilcox
Hi, I am trying to setup Debug and Release builds using icc (intel's c compiler) on Linux. It seems as though CMAKE_C_FLAGS_DEBUG CMAKE_C_FLAGS_MINSIZEREL CMAKE_C_FLAGS_RELEASE CMAKE_C_FLAGS_RELWITHDEBINFO are not being set. Although CMAKE_CXX_FLAGS_DEBUG CMAKE_CXX_FLAGS_MINSIZ