Re: [CMake] OS X Frameworks with spaces in filename

2011-11-02 Thread Brad King
On 10/21/2011 7:32 PM, Adam Somers wrote: Sorry if this is not the correct list to post questions. Please direct me to the proper place if so. This is the correct place. The resulting linker flag is: -Framework My Framework This of course is incorrect and will cause gcc to try to link

[CMake] OS X Frameworks with spaces in filename

2011-10-21 Thread Adam Somers
Sorry if this is not the correct list to post questions. Please direct me to the proper place if so. I'm having trouble linking my OS X application to a specific framework using CMake without explicitly setting linker flags (somewhat defeating the purpose of using CMake for cross-platform