The following issue has been SUBMITTED. ====================================================================== http://public.kitware.com/Bug/view.php?id=11526 ====================================================================== Reported By: Sean McBride Assigned To: ====================================================================== Project: CMake Issue ID: 11526 Category: (No Category) Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2010-11-26 12:49 EST Last Modified: 2010-11-26 12:49 EST ====================================================================== Summary: Patch to remove Carbon usage in favour of CoreFoundation Description: In a few places, CMake uses Carbon.framework, the attached patch removes such usage.
The patch is simple & small. The fact is that CMake wasn't really using Carbon at all, but Carbon is an umbrella framework that includes CoreFoundation. This change will make compile and link times slightly faster. Perhaps more importantly, Carbon is not available on iOS but CoreFoundation is, so it makes things more portable too. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2010-11-26 12:49 Sean McBride New Issue 2010-11-26 12:49 Sean McBride File Added: 0001-Removed-most-usage-of-Carbon-in-favour-of-CoreFounda.patch ====================================================================== _______________________________________________ cmake-developers mailing list [email protected] http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
