Skip to content

Commit e506c04

Browse files
authored
Merge pull request #2569 from spevans/pr_cmake_typo
Fix typo in CMakeLists.txt 'CXFXMLInterface' => 'CFXMLInterface'
2 parents 5567e77 + 05e9186 commit e506c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ endif()
6363
if(NOT BUILD_SHARED_LIBS)
6464
set_property(GLOBAL APPEND PROPERTY Foundation_EXPORTS
6565
CoreFoundation CFXMLInterface CFURLSessionInterface)
66-
install(TARGETS CoreFoundation CXFXMLInterface CFURLSessionInterface
66+
install(TARGETS CoreFoundation CFXMLInterface CFURLSessionInterface
6767
DESTINATION lib/swift_static/$<LOWER_CASE:${CMAKE_SYSTEM_NAME}>)
6868
endif()
6969
# TODO(compnerd) install as a Framework as that is how swift actually is built

0 commit comments

Comments
 (0)