[CMake] BUG report: FindCygwin.cmake

2010-07-08 Thread Aeschbacher, Fabrice
Hi, FindCygwin.cmake try to find Cygwin installation as follows: FIND_PATH(CYGWIN_INSTALL_PATH cygwin.bat "C:/Cygwin" "[HKEY_LOCAL_MACHINE\\SOFTWARE\\Cygnus Solutions\\Cygwin\\mounts v2\\/;native]" ) Unfortunately, recent versions of Cygwin do not install this registry key a

Re: [CMake] Bug fix requests for the *next* release of CMake...

2010-07-06 Thread Aeschbacher, Fabrice
Hi, I think the PROJECT_GROUP patch could be really nice for many of us: http://public.kitware.com/Bug/view.php?id=3796 Best regards, Fabrice Aeschbacher Von: cmake-boun...@cmake.org [mailto:cmake-boun...@cmake.org] Im Auftrag von David Cole Gesendet: Montag, 5

[CMake] ADD_CUSTOM_COMMAND split on multiple lines

2010-06-23 Thread Aeschbacher, Fabrice
Hi, Is there any way to split a custom command on multiple lines (for readability), e.g: ADD_CUSTOM_COMMAND( OUTPUT .patched COMMAND for patch in ${ARGV}; do\ echo "applying $patch; \ patch -p1 < $patch \ done COMMA

Re: [CMake] Building in stages.

2010-06-21 Thread Aeschbacher, Fabrice
I would try following in foo/CmakeLists.txt: add_custom_command(TARGET foo POST_BUILD COMMAND touch bar/CMakeLists.txt ) This will force CMake to re-build the makefiles for 'bar' (because its CMakeLists.txt has been modified) And of course, add_dependencies(bar foo) Hope it h

Re: [CMake] CMake 2.8.2 RC 1 ready for testing!

2010-06-15 Thread Aeschbacher, Fabrice
Hi, Will the nice PROJECT_GROUP feature described here: http://public.kitware.com/Bug/view.php?id=3796 be in this release? Regards, Fabrice Aeschbacher > > I am happy to announce that CMake 2.8.2 has entered the release > candidate stage! You can find the source and binaries here: > http://ww

Re: [CMake] Variable Propagation

2010-06-14 Thread Aeschbacher, Fabrice
> > I need to provide easy adding for source files to the developers, > > So it would be nice to just have a CMakelists.txt in every > subfolder, > > which then edits the source-variable. > > Also consider to use properties for such a purpose. Which property do you actually think about? Regards

Re: [CMake] cross-compiling / host compiling

2010-06-07 Thread Aeschbacher, Fabrice
tup (which is for us a minor issue) Best regards, Fabrice Aeschbacher > -Ursprüngliche Nachricht- > Von: Michael Wild [mailto:them...@gmail.com] > Gesendet: Donnerstag, 3. Juni 2010 14:15 > An: Alexander Neundorf > Cc: cmake@cmake.org; Aeschbacher, Fabrice > Betreff:

[CMake] cross-compiling / host compiling

2010-06-02 Thread Aeschbacher, Fabrice
[Sorry if this message is posted twice, but first was before I subscribed to the list, so I'm not sure it was not rejected] Hi, [using cmake 2.8.1] I have a project where almost every sub-dirs should be cross-compiled (arm-linux-gnuueabi-gcc), but one directory containing a tool which must be