Re: [CMake] Supressing progress output in 2.6

2008-06-03 Thread Martin Lutken
Sorry for the late answer! On Monday 19 May 2008 00:47:36 Alexander Neundorf wrote: > On Friday 16 May 2008, Martin Lütken wrote: > > I am a happy user of the Kdevelop generator. > > But since 2.6 I get a lot of uninteresting progress output even when I > > set to "Minimal output" in kdevelop outp

Re: [CMake] configuration specific ADD_CUSTOM_COMMAND (was: Target properties LOCATION and DEBUG_POSTFIX)

2008-03-11 Thread Martin Lutken
Yes just use something like: IF ( ${CMAKE_BUILD_TYPE} STREQUAL "Debug" ) ENDIF ( ${CMAKE_BUILD_TYPE} STREQUAL "Debug" ) IF ( ${CMAKE_BUILD_TYPE} STREQUAL "Release" ) ENDIF ( ${CMAKE_BUILD_TYPE} STREQUAL "Release" ) -Martin Lutken On Tuesday 11 Mar

Re: [CMake] Patch to apply! Changing the default name"CMakeLists.txt"! Introduction to "Common Build System"

2008-01-15 Thread Martin Lutken
On Tuesday 15 January 2008 16:40, you wrote: > Martin Lutken wrote: > > That might work too. > > I also does not understand why You are soo resistant to a minor feature > > which couldn't really hurt anyone? > > I just want to make sure it is a feature that we wa

[CMake] Making C++ easy: "Common Build System" And "CMakeLists.txt" naming problems

2008-01-15 Thread Martin Lutken
r even check it out from SVN. http://cpaf.sourceforge.net/CBSIntroduction0_page_description.html http://cpaf.sourceforge.net svn co https://cpaf.svn.sourceforge.net/svnroot/cpaf/trunk/cpaf cpaf -Regards Martin Lutken ___ CMake mailing list CMake

Re: [CMake] Patch to apply! Changing the default name"CMakeLists.txt"! Introduction to "Common Build System"

2008-01-15 Thread Martin Lutken
projects own CMake files. So far the only project I am considering creating CBS files for, which allready uses CMake is KDE, but that might change and I would like allready now to be able to rename my files in preparation and also because I might try and convert KDE in the not too far future. -Rega

Re: [CMake] Patch to apply! Changing the default name"CMakeLists.txt"!

2008-01-15 Thread Martin Lutken
On Monday 14 January 2008 18:42, Brandon Van Every wrote: > On Jan 14, 2008 12:16 PM, Bill Hoffman <[EMAIL PROTECTED]> wrote: > > Brandon Van Every wrote: > > > Example: I have a legacy handwritten GMake client.mk that acquires the > > > build tree from CVS before the main Autoconf generated Makefi

Re: [CMake] Patch to apply! Changing the default name"CMakeLists.txt"!

2008-01-15 Thread Martin Lutken
On Monday 14 January 2008 04:04, Bill Hoffman wrote: > Brandon Van Every wrote: > > On Jan 13, 2008 4:23 PM, Bill Hoffman <[EMAIL PROTECTED]> wrote: > >> Martin Lütken wrote: > >>> That's great then. Do you know who to address in order to get the patch > >>> into the CVS code ? > >> > >> Actually,

[CMake] Install directories with new INSTALL command

2007-08-14 Thread Martin Lutken
Have just read the http://www.cmake.org/Wiki/CMake:Install_Commands and the introduction says it's possible to install directories. I just could not see anywhere in that document how to do that. Is there a simple command for copying entire directories recursively ? -Martin L

[CMake] Feature Request: FILE (GLOB files "*.c" EXCEPT main.c test.c)

2007-08-14 Thread Martin Lutken
It seems to me that many existing SW libraries, which it would be nice to have converted to cmake, cannot too easily make use of the fileglobbing since quite often, there are a few files which you don't want to compile in order to produce the library. So a syntax like : FILE (GLOB files "*.c" E