Re: [CMake] Visual Studio project paths

2007-01-16 Thread Eric Noulard
2007/1/17, Ben Ratzlaff <[EMAIL PROTECTED]>: I agree that it is better to keep the builds separate, however this behavior is only specific to the Visual Studio generators. I set my output paths with setting the LIBRARY_OUTPUT_PATH and EXECUTABLE_OUTPUT_PATH variables. The Makefile generator and

Re: [CMake] Cmake: INSTALL not working with subdirectories

2007-01-16 Thread Eric Noulard
2007/1/16, Otavio Rodolfo Piske <[EMAIL PROTECTED]>: Hi, I almost solve the problem! I took a closer look at my top-level CMakeLists.txt and could find it referencing to a directory that it shouldn't. After I commented it, it now installs the files of the last one of the processed modules in the

Re: [CMake] Visual Studio project paths

2007-01-16 Thread Ben Ratzlaff
I agree that it is better to keep the builds separate, however this behavior is only specific to the Visual Studio generators. I set my output paths with setting the LIBRARY_OUTPUT_PATH and EXECUTABLE_OUTPUT_PATH variables. The Makefile generator and NMake Makefile generator do not change these o

Re: [CMake] Visual Studio project paths

2007-01-16 Thread Andrew Maclean
I hope not. You need this in Visual Studio to set the build. It also keeps the builds separate. Andrew On 1/17/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Is there any way to stop cmake from appending Debug/Release/MinSizeRel/etc to my output paths when making a Visual Studio project?

Re: [CMake] How to switch off dependencies in special cases?

2007-01-16 Thread Alan W. Irwin
On 2007-01-16 16:06-0500 Philip Lowman wrote: Jorrit Schaap wrote: Is it possible to tell cmake to igore the changed timestamp of a particular file when it scans for dependencies? I don't know the answer to your question but just in case you haven't thought of this workaround to your proble

Re: [CMake] Cmake: INSTALL not working with subdirectories

2007-01-16 Thread Otavio Rodolfo Piske
Hi, I almost solve the problem! I took a closer look at my top-level CMakeLists.txt and could find it referencing to a directory that it shouldn't. After I commented it, it now installs the files of the last one of the processed modules in the top-level CMakeLists.txt. If you take a look at it (a

[CMake] asm and cmake

2007-01-16 Thread Boudewijn Rempt
Hi, I've ported a bit of automake based gwenview code to Krita, and it includes an assembly file. The old makefile.am bit looks like this: AM_CCASFLAGS = -I$(srcdir) $(GV_ASM_DEF libgvimageutils_la_SOURCES = \     asm_scale.S \ How do I translate this to cmake? Merely adding the .S file to my

Re: [CMake] How to switch off dependencies in special cases?

2007-01-16 Thread Claus Klein
On Monday 15 January 2007 11:28, Jorrit Schaap wrote: > Hi, > > I'm using cmake on linux with gcc. > The dependencies feature of cmake is realy great, but sometimes I would like > to switch it of. A complete build of all our libs takes a couple of ours. > > Whenever I add for example a comment t

Re: [CMake] How to switch off dependencies in special cases?

2007-01-16 Thread Philip Lowman
Jorrit Schaap wrote: Is it possible to tell cmake to igore the changed timestamp of a particular file when it scans for dependencies? I don't know the answer to your question but just in case you haven't thought of this workaround to your problem, you should check out the manpage for the touc

Re: [CMake] Cmake: INSTALL not working with subdirectories

2007-01-16 Thread Eric Noulard
Your files looks good to me. Provider you have properly defined ${N_LIBRARY_DIR} ${N_ARCHIVE_DIR} * in your specific include files which seems to be the case for http://svn.angusyoung.org/nus/CMakeLists.txt.linux May be you can try a make VERBOSE=1 install in order to see a little more what happ

[CMake] Visual Studio project paths

2007-01-16 Thread cmake
Is there any way to stop cmake from appending Debug/Release/MinSizeRel/etc to my output paths when making a Visual Studio project? ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake