Re: [CMake] Generating warnings for undefined variables?

2008-06-13 Thread Matthew Woehlke
Philip Lowman wrote: So a few months back I was bored one night and dug through the CMake bug tracker looking for something interesting. I came across a request from a user to have CMake generate warnings when undefined variables are encountered. I thought, gee, what a great idea. I've often b

[CMake] Repeating sub source_group ?

2008-06-13 Thread Hari Sundar
Hi, I am using SOURCE_GROUP to organize my Visual Studio project. I add source groups like source_group("src\\utils" FILES ${UTILS_SRC}) source_group("hdr\\utils" FILES ${UTILS_HDR}) This produces a code tree like, - src/utils - hdr/utills No. 1 How can I avoid the No. 1 ? I simply want src

[CMake] different flags in debug and release

2008-06-13 Thread Ingrid Kemgoum
Hi, i'm building a visual 8 2005 project and i want to set different flags (link and compile) for mmy library and i don't know how to do. i've tried if(MSVC_VERSION) #flags in release case IF(CMAKE_BUILD_TYPE MATCHES Release) message(status "on est dans la partie release") set_target_pr

Re: [CMake] Copyright.txt

2008-06-13 Thread Pierre Habouzit
On Fri, Jun 13, 2008 at 07:56:23AM +, Pierre Joye wrote: > hi, > > On Thu, Jun 12, 2008 at 12:13 AM, Pierre Habouzit <[EMAIL PROTECTED]> wrote: > > On Wed, Jun 11, 2008 at 06:54:17PM +, Bill Hoffman wrote: > >> Bill Hoffman wrote: > >> > >> >When is the feature freeze? > >> > >> I just che

Re: [CMake] Copyright.txt

2008-06-13 Thread Pierre Joye
hi, On Thu, Jun 12, 2008 at 12:13 AM, Pierre Habouzit <[EMAIL PROTECTED]> wrote: > On Wed, Jun 11, 2008 at 06:54:17PM +, Bill Hoffman wrote: >> Bill Hoffman wrote: >> >> >When is the feature freeze? >> >> I just checked and no file in the QtDialog has the old license in it. >> They all refer t