Re: [CMake] add_custom_command, VERBATIM and cmake-2.6

2008-05-05 Thread Hendrik Sattler
Zitat von Brad King <[EMAIL PROTECTED]>: Hendrik Sattler wrote: Hendrik Sattler schrieb: I must correct myself. It works with: - Windows, NMake Makefiles, Cmake-2.6 RC-9 - Linux, Unix Makefiles, CMake-CVS (RC-5 does not work) It does not work with: - Cygwin, Unix Makefiles, Cmake-2.6 RC-10

Re: [CMake] add_custom_command, VERBATIM and cmake-2.6

2008-05-04 Thread Brad King
Hendrik Sattler wrote: Hendrik Sattler schrieb: I must correct myself. It works with: - Windows, NMake Makefiles, Cmake-2.6 RC-9 - Linux, Unix Makefiles, CMake-CVS (RC-5 does not work) It does not work with: - Cygwin, Unix Makefiles, Cmake-2.6 RC-10 I just tried 2.6.0rc10 on Cygwin with Un

Re: [CMake] add_custom_command, VERBATIM and cmake-2.6

2008-05-04 Thread Bill Hoffman
Hendrik Sattler wrote: Hendrik Sattler schrieb: I must correct myself. It works with: - Windows, NMake Makefiles, Cmake-2.6 RC-9 - Linux, Unix Makefiles, CMake-CVS (RC-5 does not work) It does not work with: - Cygwin, Unix Makefiles, Cmake-2.6 RC-10 So, is everything find with CVS CMake?

Re: [CMake] add_custom_command, VERBATIM and cmake-2.6

2008-05-04 Thread Hendrik Sattler
Hendrik Sattler schrieb: I must correct myself. It works with: - Windows, NMake Makefiles, Cmake-2.6 RC-9 - Linux, Unix Makefiles, CMake-CVS (RC-5 does not work) It does not work with: - Cygwin, Unix Makefiles, Cmake-2.6 RC-10 What's going on? HS forget that mail, the system was still usin

Re: [CMake] add_custom_command, VERBATIM and cmake-2.6

2008-05-04 Thread Hendrik Sattler
Hi, forget that mail, the system was still using RC-5 :-/ Current CVS works just fine. HS Hendrik Sattler schrieb: Hi, I have a strange case where the following thing fails in cmake-2.6: add_custom_command ( OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/proj_marshal.c COMMAND ${GLIB_GEN

[CMake] add_custom_command, VERBATIM and cmake-2.6

2008-05-04 Thread Hendrik Sattler
Hi, I have a strange case where the following thing fails in cmake-2.6: add_custom_command ( OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/proj_marshal.c COMMAND ${GLIB_GENMARSHAL_EXECUTABLE} ARGS --prefix=proj_marshal proj_marshal.list --body > ${