[cmake-developers] [CMake 0011526]: Patch to remove Carbon usage in favour of CoreFoundation
Mantis Bug Tracker
mantis at public.kitware.com
Fri Nov 26 12:49:44 EST 2010
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
======================================================================
More information about the cmake-developers
mailing list