Re: [CMake] How to set sensible Universal Binary options in OS X by default

2007-03-13 Thread Bill Hoffman
E. Wing wrote: So I would like to set the Universal Binary options as the default for my project when on Apple. The issue is the options need to be different for different versions of OS X. In 10.4, I want to build ppc;i386. The SDK path must be set to 10.4u. In 10.5, I want to build ppc;i386;ppc

[CMake] How to set sensible Universal Binary options in OS X by default

2007-03-13 Thread E. Wing
So I would like to set the Universal Binary options as the default for my project when on Apple. The issue is the options need to be different for different versions of OS X. In 10.4, I want to build ppc;i386. The SDK path must be set to 10.4u. In 10.5, I want to build ppc;i386;ppc64;x86_64. I'm p