Skip to content

Commit bbcba49

Browse files
authored
Update CMakeLists.txt
Remove flag that is unsupported on 5.9
1 parent 4cff24b commit bbcba49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/Cxx/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if(SWIFT_STDLIB_SUPPORT_BACK_DEPLOYMENT)
66
list(APPEND SWIFT_CXX_DEPS copy-legacy-layouts)
77
endif()
88

9-
add_swift_target_library(swiftCxx STATIC NO_LINK_NAME IS_STDLIB IS_SWIFT_ONLY IS_FRAGILE
9+
add_swift_target_library(swiftCxx STATIC NO_LINK_NAME IS_STDLIB IS_SWIFT_ONLY
1010
CxxConvertibleToCollection.swift
1111
CxxDictionary.swift
1212
CxxPair.swift

0 commit comments

Comments
 (0)