[CMake] Backward slashes in Win32

2007-05-03 Thread Pau Garcia i Quiles
Hello, Is it possible to get paths with backward slashes instead of forward slashes when in Win32? I mean, I am getting paths like c:/project/dir/file.cpp instead of c:\project\dir\file.cpp, which are confusing cmd.exe when I invoke it to run some command. For now I am using a

Re: [CMake] Backward slashes in Win32

2007-05-03 Thread Christian Ehrlicher
Von: Pau Garcia i Quiles [EMAIL PROTECTED] Hello, Is it possible to get paths with backward slashes instead of forward slashes when in Win32? I mean, I am getting paths like c:/project/dir/file.cpp instead of c:\project\dir\file.cpp, which are confusing cmd.exe when I invoke it to

Re: [CMake] Excluding a project for certain configurations

2007-05-03 Thread Christian Ehrlicher
Von: Jesper Eskilson [EMAIL PROTECTED] Hi, Is there any way to exclude a project only for some build configurations? I've got a unit test framework which should not be built for Release type builds. Maybe check CMAKE_BUILD_TYPE ? Christian -- Feel free - 10 GB Mailbox, 100 FreeSMS/Monat

[CMake] SUBDIRS list

2007-05-03 Thread Pau Garcia i Quiles
Hello, Is there any variable where the list of subdirectories which have been added using ADD_SUBDIRECTORY and SUBDIRS are stored? Thank you. -- Pau Garcia i Quiles http://www.elpauer.org (Due to the amount of work, I usually need 10 days to answer)

[CMake] GUIDs, Dependencies, and INCLUDE_EXTERNAL_MSPROJECT

2007-05-03 Thread Timothy Bryant
I'm using INCLUDE_EXTERNAL_MSPROJECT with dependencies. The generated solution file creates new GUIDs for these external projects which do not match the GUIDs inside the respective project files. I have two different minor builds of Visual Studio 8 and they seem to handle this situation

[CMake] Msvc incremental linking

2007-05-03 Thread Christian Ehrlicher
Hi, When I build a project with nmake incremental linking does not work (linker complains that the executable was not found, but it is there). Doing the same within the ms ide seems to work fine. I'm not using any special linker flags or something else which could prevent incrmental linking.

RE: [CMake] ctest -DContinuousBuild doesn't build

2007-05-03 Thread Kedzierski, Artur CIV NAVSURFWARCENDIV CORONA
Yes, it works with passing all of the arguments at once. I'll use that. Thank You. -- Artur Kedzierski -Original Message- From: David Cole [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 02, 2007 9:22 To: Kedzierski, Artur CIV NAVSURFWARCENDIV CORONA Cc: CMake Mailing

[CMake] Re: Help getting -l and -L arguments from apr-config

2007-05-03 Thread Matthew Woehlke
Alan W. Irwin wrote: On 2007-05-02 17:49-0500 Matthew Woehlke wrote: I am trying to fix kdesdk's broken attempt to link to subversion (it croaks when apr is not in a standard include path). I *do* have apr-config accessible so I can use that to get the right paths, but I'm having some trouble