[CMake] Supressing progress output in 2.6

2008-05-16 Thread Martin Lütken
or a given file. Anyway to make it work like it used to in 2.4.8 and down ?? -Regards Martin Lütken ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] configuration specific ADD_CUSTOM_COMMAND

2008-03-12 Thread Martin Lütken
otten used to it. The problem I suppose is that CMake is running before MSVC and thus have no way of knowing which configuration you will choose unless you tell so when generating the project. -Martin Lütken -Oprindelig meddelelse- Fra: [EMAIL PROTECTED] på vegne af Zschocke, Fl

[CMake] Using ADD_CUSTOM_COMMAND in a macro; Problems with quotes

2008-03-10 Thread Martin Lütken
ill has the quotes from the command. I tried: STRING ( REPLACE "\"" "" NewCmd1 ${cmd1} ) But that does not make any difference. Is this a bug or is there a way to get rid of the quotes ? -Martin Lütken ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

[CMake] Clearing the ADD_DEFINITIONS

2008-02-18 Thread Martin Lütken
Is there a way to clear this list ? Intrying to convert pango til Cmake I need to change a define inside the same source library. So I guess I need to clear this internal list or at least remove the define in question before adding it again to avoid compiler warnings. The problem with removing t

RE: [CMake] @MY_VAR@ are replaced by empty string !

2008-02-15 Thread Martin Lütken
-Original Message- From: Bill Hoffman [mailto:[EMAIL PROTECTED] Sent: Thu 2/14/2008 2:45 PM To: Martin Lütken; cmake Subject: Re: [CMake] @MY_VAR@ are replaced by empty string ! Martin Lütken wrote: > > > > > > -Original Message- > From: Bill H

RE: [CMake] @MY_VAR@ are replaced by empty string !

2008-02-14 Thread Martin Lütken
Re: [CMake] @MY_VAR@ are replaced by empty string ! 2008/2/13 Martin Lütken <[EMAIL PROTECTED]>: > > SHORT: > It's seems impossible to contruct a string containing something like this: > "@MY_VAR@". The whole thing gets replaced by an empty string regardless

[CMake] @MY_VAR@ are replaced by empty string !

2008-02-13 Thread Martin Lütken
hich the script uses in a similar fashion as CMake does in it's CONFIGURE_FILE command. Any suggestions? Or do I need to file a bug-report ? -Martin Lütken ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

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

2008-01-13 Thread Martin Lütken
name"CMakeLists.txt"! On Jan 13, 2008 1:58 PM, Martin Lütken <[EMAIL PROTECTED]> wrote: > > > > Ok heres a new patch using '-f' as the option! Excellent, thanks! I could actually see a use for this, if it were available in a production version of CMake.

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

2008-01-13 Thread Martin Lütken
Ok heres a new patch using '-f' as the option! -Martin Lütken -Original Message- From: [EMAIL PROTECTED] on behalf of Brandon Van Every Sent: Sun 1/13/2008 6:57 PM To: cmake@cmake.org Subject: Re: [CMake] Patch to apply! Changing the default name"CMakeLists.txt"!

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

2008-01-13 Thread Martin Lütken
-- From: [EMAIL PROTECTED] on behalf of Brandon Van Every Sent: Sun 1/13/2008 6:57 PM To: cmake@cmake.org Subject: Re: [CMake] Patch to apply! Changing the default name"CMakeLists.txt"! On Jan 13, 2008 12:13 PM, Martin Lütken <[EMAIL PROTECTED]> wrote: > > It's a long

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

2008-01-13 Thread Martin Lütken
ceforge.net). Anyway to apply the patch: - Put 'alternate_cmakelists_name.diff' in parent dir of CMake source dir. - run patch -p1 -i ../alternate_cmakelists_name.diff Diff file is made from cvs source of today january 13th around 3 pm GMT. Hope someone with write access to the cvs

[CMake] Logarithms in MATH expressions

2007-12-12 Thread Martin Lütken
Anyone who knows wheter it's possible to calculate logarithms in MATH expressions in CMake? Would like a log2 or alternatively "ln" (natural). -Martin -Original Message- From: [EMAIL PROTECTED] on behalf of Fernando Cacciola Sent: Wed 12/12/2007 2:29 PM To: cmake@cmake.org Subject:

RE: [CMake] Changing the default name "CMakeLists.txt"

2007-08-30 Thread Martin Lütken
>> I know this option, but I have very good reasons which makes this >> option less usefull :) >> So I would need to change the cmake source code I suppose ? >> >Yes, you're right. >By the way, could you tell us why it is so important to not have any >CMakeLists.txt ? >--Sylvain The thing

RE: [CMake] Changing the default name "CMakeLists.txt"

2007-08-30 Thread Martin Lütken
>From a simple grep in the cmake CVS sources I think that to add such an option >first would require to have a unified place with the "CMakeLists.txt" string >value because currently there are about 15 different places in code where the >string is hardcoded, about 30 places where it appears in m

RE: [CMake] Changing the default name "CMakeLists.txt"

2007-08-30 Thread Martin Lütken
-Original Message- From: Sylvain Benner [mailto:[EMAIL PROTECTED] Sent: Tue 8/28/2007 11:03 AM To: Martin Lütken Cc: cmake@cmake.org Subject: Re: [CMake] Changing the default name "CMakeLists.txt" Martin Lütken a écrit : > Is it possible to change the default the defaul

[CMake] Changing the default name "CMakeLists.txt"

2007-08-28 Thread Martin Lütken
Is it possible to change the default the default filename "CMakeLists.txt" cmake looks for to something different ? If not, then does anyone have an idea how hard it would be to add a possiblity (command line option I guess) like that to the cmake source code ? Martin Lütken

[CMake] LIBRARY_OUTPUT_PATH with Nmake does not copy .pdb-files

2007-01-09 Thread Martin Lütken
Does anyone know why this is the case? Ofcourse it might just be a bug! Martin L, Software Engineer / Architect (see also www.doxys.org) ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

[CMake] Nmake creates empty dll's version 2.4.5

2006-12-14 Thread Martin Lütken
When compiling with the Nmake generator and compiling with VS.2005 All my dll files are of size zero. When compiling from VS.2005 IDE this does not happen. Anyone who has seen this? Martin L, Software Engineer / Architect (see also www.doxys.org) ___

RE: [CMake] Simple file copy

2006-11-22 Thread Martin Lütken
Behalf Of Eric Noulard Sent: 20. november 2006 19:29 To: CMake ML Subject: Re: [CMake] Simple file copy CONFIGURE_FILE(InputFile OutputFile COPYONLY) 2006/11/20, Martin Lütken <[EMAIL PROTECTED]>: > Is it possible to simply copy files in cmake ? > Or do I need to make a custom command?

[CMake] Specifying out of source build directory from command line

2006-10-26 Thread Martin Lütken
How can I specify the build directory from the cmake command line client? I can do it from within the GUI, but have not been able to get cmake to create it's "make-files" in other directories than the default, which is at the source root.   -Regards Martin ___