Re: [cmake-developers] [PATCH] Fixes to ExternalProject and it's tests

2011-12-05 Thread David Cole
On Tue, Nov 1, 2011 at 1:52 PM, Rolf Eike Beer wrote: > These two patches address some issues I found: > > -ExternalProject_Add(... DEPENDS something) does not work if that something is > not itself created by ExternalProject_Add(). Fixed and testcase added. > > -The testcases for ExternalProject

[cmake-developers] [PATCH] Fixes to ExternalProject and it's tests

2011-11-01 Thread Rolf Eike Beer
These two patches address some issues I found: -ExternalProject_Add(... DEPENDS something) does not work if that something is not itself created by ExternalProject_Add(). Fixed and testcase added. -The testcases for ExternalProject fail to detect on my German system my Subversion version. We ha