Hi Brad,
On Mon, Feb 7, 2011 at 7:14 PM, Brad King wrote:
> Hi Johan,
>
> Let's move this over to the developers' list. I'm cc-ing the users' list
> just for this transition message. Thanks.
>
> On 02/05/2011 06:50 PM, Johan Björk wrote:
> > The fix is extremely simple, in cmCTestGIT.cxx:266
>
Hi Johan,
Let's move this over to the developers' list. I'm cc-ing the users' list
just for this transition message. Thanks.
On 02/05/2011 06:50 PM, Johan Björk wrote:
> The fix is extremely simple, in cmCTestGIT.cxx:266
> char const* git_submodule[] = {git, "submodule", "update", 0};
> modify
Hi everyone,
It seems the submodule support in CTest does not iterate into submodules.
I'm not sure if the reason is an overlook, or that some older versions of
git maybe didn't support the --recursive command. Is the proper way to add a
CTEST_GIT_SUBMODULE_UPDATE_COMMAND, or is the following fix