Re: [CMake] Create framework library bundle under Mac OS X

2007-10-24 Thread David Cole
The Framework support in CVS CMake is best understood by examining the file "CMake/Tests/Framework/CMakeLists.txt" . The support is still very basic and simple: shared library targets with the FRAMEWORK target property can be built and used as frameworks. One shared library with the property yield

Re: [CMake] Create framework library bundle under Mac OS X

2007-10-24 Thread Avan Suinesiaputra
Wow, thanks for the quick answer. Could you also please tell me how to set the framework feature after I rebuild it? Is it like a usual parameter setting in ccmake? Thanks again. Avan On 10/24/07, Mike Jackson <[EMAIL PROTECTED]> wrote: > rebuild from CVS > -- > Mike Jackson Senior Research

Re: [CMake] Create framework library bundle under Mac OS X

2007-10-24 Thread Mike Jackson
rebuild from CVS -- Mike Jackson Senior Research Engineer Innovative Management & Technology Services On Oct 24, 2007, at 1:30 PM, Avan Suinesiaputra wrote: Does it mean the current 2.4.7 version already have the feature or should I rebuild CMake again from CVS? Cheers, Avan On 10/24

Re: [CMake] Create framework library bundle under Mac OS X

2007-10-24 Thread Avan Suinesiaputra
Does it mean the current 2.4.7 version already have the feature or should I rebuild CMake again from CVS? Cheers, Avan On 10/24/07, Mike Jackson <[EMAIL PROTECTED]> wrote: > I think there is support for frameworks in the latest CVS Head > > -- > Mike Jackson Senior Research Engineer > Innova

Re: [CMake] Create framework library bundle under Mac OS X

2007-10-24 Thread Mike Jackson
I think there is support for frameworks in the latest CVS Head -- Mike Jackson Senior Research Engineer Innovative Management & Technology Services On Oct 24, 2007, at 11:57 AM, Avan Suinesiaputra wrote: Hi CMake developers, I have a short question whether it is possible to create a Fr

[CMake] Create framework library bundle under Mac OS X

2007-10-24 Thread Avan Suinesiaputra
Hi CMake developers, I have a short question whether it is possible to create a Framework library bundle under Mac OS X during "make install" instead of creating a plain $INSTALL_PREFIX structure. I have VTK and ITK libraries already built by cmake on my Mac but I'd like to have a bundle for their