Re: [cmake-developers] Git fun

2011-12-05 Thread Brad King
On 12/5/2011 6:22 PM, James Bigler wrote: Thanks, that fixed it. I also updated the wiki page, so the next > poor person to come along doesn't beat their head over it. http://www.cmake.org/Wiki/CMake/Git/Develop#Share_a_Topic Thanks. I missed that when writing the instructions. I updated

Re: [cmake-developers] Git fun

2011-12-05 Thread James Bigler
Thanks, that fixed it. I also updated the wiki page, so the next poor person to come along doesn't beat their head over it. http://www.cmake.org/Wiki/CMake/Git/Develop#Share_a_Topic James On Mon, Dec 5, 2011 at 3:57 PM, Richard Wackerbarth wrote: > James, > > You have not defined "stage" as th

Re: [cmake-developers] Git fun

2011-12-05 Thread Richard Wackerbarth
James, You have not defined "stage" as the nickname for the remote repository. If you set it up with `git remote add stage g...@cmake.org:stage/cmake.git`, then your push syntax should work. Alternately, `git push g...@cmake.org:stage/cmake.git CUDAv3.2PathChanges` would push using the full na

[cmake-developers] Git fun

2011-12-05 Thread James Bigler
I used to be able to push directly to next, because I'm a Module maintainer. Now I get this: $ git push origin next Enter passphrase for key '/Users/jbigler/.ssh/id_rsa': Counting objects: 12, done. Delta compression using up to 2 threads. Compressing objects: 100% (7/7), done. Writing objects: 1

Re: [cmake-developers] [PATCH] LoadCommand test: cleanup

2011-12-05 Thread Rolf Eike Beer
> On Mon, Oct 17, 2011 at 9:18 AM, Rolf Eike Beer wrote: >>> On 10/6/2011 8:24 AM, Rolf Eike Beer wrote: >>> Bill, that Watcom stuff was introduced by you in 9891260a6dab66c9ea44b5c2e244f3128625baf5. I simply assumed it was a debug leftover as setting a variable to the value it

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

Re: [cmake-developers] [PATCH] LoadCommand test: cleanup

2011-12-05 Thread David Cole
On Mon, Oct 17, 2011 at 9:18 AM, Rolf Eike Beer wrote: >> On 10/6/2011 8:24 AM, Rolf Eike Beer wrote: >> >>> >>> >>> Bill, that Watcom stuff was introduced by you in >>> 9891260a6dab66c9ea44b5c2e244f3128625baf5. >>> I simply assumed it was a debug leftover as setting a variable to the >>> value >>

Re: [cmake-developers] target_include_directories branch in stage

2011-12-05 Thread Brad King
On 12/4/2011 12:49 PM, Stephen Kelly wrote: I've pushed the branch to my gitorious clone again. https://gitorious.org/~steveire/cmake/steveires-cmake Thanks. Why do you maintain a special std::vector member to hold the INCLUDE_DIRECTORIES target property? I think the property can be stored j