swiftlang / swift-corelibs-foundation

The Foundation Project, providing core utilities, internationalization, and OS independence
swift.org
Apache License 2.0
5.29k stars 1.14k forks source link

[CFXMLInterface] Remove spurious include path. #5101

Closed al45tair closed 1 month ago

al45tair commented 1 month ago

The include path for libxml2 should be being set automatically by CMake because of the target_link_libraries() call; there is no need to add it explicitly.

rdar://137567628

al45tair commented 1 month ago

@swift-ci Please test Linux platform

al45tair commented 1 month ago

@swift-ci Please test Windows platform

al45tair commented 1 month ago

(This was previously fixed from using an absolute path in https://github.com/swiftlang/swift-corelibs-foundation/pull/5057/commits/3506f58a89de211823dcee98eb698dfcc1414fc5, but for main only).