Re: [cmake-developers] problem with export(TARGETS ...)

2011-01-28 Thread Brad King
On 01/27/2011 05:55 PM, Clinton Stimpson wrote: On Thursday, January 27, 2011 03:23:44 pm Brad King wrote: Moving forward, we could consider adding a new property for IMPORTED targets to mark them as private. This would tell CMake that it is imported only for purposes like the above and

Re: [cmake-developers] GUI hooks for VS variables

2011-01-28 Thread James Bigler
OK, I was talking about VS 2008. I see that file now. What do you mean by compensated for by other code? On Fri, Jan 28, 2011 at 3:39 PM, David Cole david.c...@kitware.com wrote: I assume you're talking about Visual Studio...? VS10 should be complete because of the way we built it. If not,

Re: [cmake-developers] GUI hooks for VS variables

2011-01-28 Thread David Cole
I just mean search for the flag you're adding to the table to see if it is referenced anywhere in a hard-coded manner. Or if there are any comments in the code relating to it. If it's missing, though, it's probably not even referenced in the source code. It's Friday. I think I'm tired now.

[cmake-developers] stage push?

2011-01-28 Thread James Bigler
I can't seem to be able to push to stage. I followed the directions (since I'm a total git n00b): http://www.cmake.org/Wiki/CMake/Git#Topic_Stage 5208 git remote add stage git://cmake.org/stage/cmake.git 5209 git config remote.stage.pushurl g...@cmake.org:stage/cmake.git 5226 git fetch stage

Re: [cmake-developers] stage push?

2011-01-28 Thread James Bigler
On Jan 28, 2011, at 5:21 PM, Eric Noulard eric.noul...@gmail.com wrote: 2011/1/29 James Bigler jamesbig...@gmail.com: I can't seem to be able to push to stage. I followed the directions (since I'm a total git n00b): [...] ---