Re: [CMake] CMake 2.8.8 Upgrade problem with Xcode on OS X 10.8

2012-08-09 Thread Michael Toy
I have seen this problem as we upgraded from older XCodes. In all the places where cmake looks at your version of Xcode except one, it looks at "xcode-select -print–path". In that one place, it looks in /Developer/Applications/XCode.app. I think this bug is fixed in 2.8.9, and until then you

[CMake] creating an sdk wrapper and hiding implementation

2012-07-17 Thread Michael Toy
how to do that. anyone have a clue? we have ended up have tons of system specific target construction rules, so i don't mind if i have to write the custom target differently for different target OSes. thanks. -michael toy -- Powered by www.kitware.com Visit other Kitware open-sour