Re: [CMake] build type specific compiler flags

2007-04-03 Thread Filipe Sousa
Jesper Eskilson wrote: > Hi! > > I would like to be able to specify compiler flags (or -D options, > specifically) bound to a specific build type, i.e. Debug, Release, > etc. How can I do this? There is a target property > LINK_FLAGS_, but there is no COMPILE_FLAGS_. > http://www.cmake.org/Wiki/

[CMake] build type specific compiler flags

2007-04-03 Thread Jesper Eskilson
Hi! I would like to be able to specify compiler flags (or -D options, specifically) bound to a specific build type, i.e. Debug, Release, etc. How can I do this? There is a target property LINK_FLAGS_, but there is no COMPILE_FLAGS_. -- /Jesper ___ CMak