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
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
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?
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
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
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
> ${
Hi Cmakers,
I am trying to understand the VERBATIM option of the
ADD_CUSTOM_COMMAND CMake command.
Given the following macro:
macro (bogus_post_build target)
get_target_property(target_path ${target} LOCATION)
file(TO_NATIVE_PATH ${target_path} native_target_path)
add_custom_command(