Re: [CMake] CMAKE_INCLUDE_CURRENT_DIR only for out-of-source ?

2006-03-20 Thread Alexander Neundorf
> Von: Brad King <[EMAIL PROTECTED]> > > Alexander Neundorf wrote: > > Hi, > > > > in cmLocalGenerator.cxx there's the following code: > > > > if(!inSource && this->Makefile->IsOn("CMAKE_INCLUDE_CURRENT_DIR")) > > { > >includeSourceDir = true; > >includeBinaryDir = true;

Re: [CMake] CMAKE_INCLUDE_CURRENT_DIR only for out-of-source ?

2006-03-20 Thread Brad King
Alexander Neundorf wrote: Hi, in cmLocalGenerator.cxx there's the following code: if(!inSource && this->Makefile->IsOn("CMAKE_INCLUDE_CURRENT_DIR")) { includeSourceDir = true; includeBinaryDir = true; } Why is there the test for !inSource ? This means if I have in one directo

[CMake] CMAKE_INCLUDE_CURRENT_DIR only for out-of-source ?

2006-03-20 Thread Alexander Neundorf
Hi, in cmLocalGenerator.cxx there's the following code: if(!inSource && this->Makefile->IsOn("CMAKE_INCLUDE_CURRENT_DIR")) { includeSourceDir = true; includeBinaryDir = true; } Why is there the test for !inSource ? This means if I have in one directory: test1.h main.c:

Re: [CMake] Visual Studio 2005 x64 generator

2006-03-20 Thread William A. Hoffman
At 11:59 AM 3/20/2006, Mike Talbot wrote: >Hi, > >I'm interested in using cmake for VS 2005 x64 builds; is this supported yet? >I noticed that there is an outstanding feature request for this (Bug #2237) >but that is 6 months old; if it would help I can provide some sample .sln & >.vcproj files

[CMake] Visual Studio 2005 x64 generator

2006-03-20 Thread Mike Talbot
Hi, I'm interested in using cmake for VS 2005 x64 builds; is this supported yet? I noticed that there is an outstanding feature request for this (Bug #2237) but that is 6 months old; if it would help I can provide some sample .sln & .vcproj files. Thanks, Mike -- Mike Talbot Senior Softwar

Re: [CMake] detecting first cmake run ?

2006-03-20 Thread Filipe Sousa
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alexander Neundorf wrote: > Hi, > > I can remember there was already this question, but I can't find it in > the archive. > Is there a way to detect the first run of cmake on a project ? > > I think there was something like CMAKE_FIRST_RUN, but

Re: [CMake] detecting first cmake run ?

2006-03-20 Thread Andy Cedilnik
Hi Alex, IF(NOT CMAKE_NOT_FIRST_RUN) # Do something ENDIF(NOT CMAKE_NOT_FIRST_RUN) SET(CMAKE_NOT_FIRST_RUN 1 CACHE INTERNAL "") Andy Alexander Neundorf wrote: Hi, I can remember there was already this question, but I can't find it in the archive. Is there a way to detect the first r

[CMake] detecting first cmake run ?

2006-03-20 Thread Alexander Neundorf
Hi, I can remember there was already this question, but I can't find it in the archive. Is there a way to detect the first run of cmake on a project ? I think there was something like CMAKE_FIRST_RUN, but this doesn't exist. Bye Alex -- Bis zu 70% Ihrer Onlinekosten sparen: GMX Sma