Skip to content

Commit 05e9186

Browse files
committed
Fix typo in CMakeLists.txt 'CXFXMLInterface' => 'CFXMLInterface'
1 parent 5567e77 commit 05e9186

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)