[CMake] make check problem

William A. Hoffman billlist at nycap.rr.com
Sun Jul 30 12:14:35 EDT 2006


At 11:30 PM 7/29/2006, Marcelo Fontenele S Santos wrote:
>Hi,
>
>Thanks, calling ctest directly worked:
>
>ADD_CUSTOM_TARGET( check COMMAND ctest )
>
>But using dependencies gives an error.
>If I understood the docs correctly
>
>ADD_CUSTOM_TARGET( check )
>ADD_DEPENDENCIES( check test )

test is not a real target, but a generated target.  They should
be treated the same, but are not right now.  If you want you can
put a bug report in.

-Bill



More information about the CMake mailing list