Skip to content

Commit

Permalink
Revert "Link to CF using the new way"
Browse files Browse the repository at this point in the history
This reverts commit a836410.
  • Loading branch information
Andrew Hyatt committed Aug 22, 2017
1 parent 9d961ca commit b2a54b1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion AppKit/CMakeLists.txt
Expand Up @@ -384,7 +384,7 @@ add_framework(AppKit
DEPENDENCIES
objc
system
${CoreFoundation}
CoreFoundation
Foundation
Onyx2D
CoreText
Expand Down
2 changes: 1 addition & 1 deletion CoreData/CMakeLists.txt
Expand Up @@ -71,6 +71,6 @@ add_framework(CoreData
DEPENDENCIES
objc
system
${CoreFoundation}
CoreFoundation
Foundation
)
2 changes: 1 addition & 1 deletion CoreGraphics/CMakeLists.txt
Expand Up @@ -83,7 +83,7 @@ add_framework(CoreGraphics
DEPENDENCIES
objc
system
${CoreFoundation}
CoreFoundation
Foundation
Onyx2D
GL
Expand Down
2 changes: 1 addition & 1 deletion Onyx2D/CMakeLists.txt
Expand Up @@ -152,7 +152,7 @@ add_framework(Onyx2D
DEPENDENCIES
objc
system
${CoreFoundation}
CoreFoundation
Foundation
# native libraries
FreeType
Expand Down
2 changes: 1 addition & 1 deletion OpenGL/CMakeLists.txt
Expand Up @@ -34,7 +34,7 @@ add_framework(OpenGL
DEPENDENCIES
objc
system
${CoreFoundation}
CoreFoundation
Foundation
# native libraries
GL
Expand Down
2 changes: 1 addition & 1 deletion QuartzCore/CMakeLists.txt
Expand Up @@ -71,7 +71,7 @@ add_framework(QuartzCore
DEPENDENCIES
objc
system
${CoreFoundation}
CoreFoundation
Foundation
Onyx2D
# native libraries
Expand Down

0 comments on commit b2a54b1

Please sign in to comment.