We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb9c771 + 4c115e1 commit 271289fCopy full SHA for 271289f
stdlib/cmake/modules/AddSwiftStdlib.cmake
@@ -879,10 +879,8 @@ function(_add_swift_target_library_single target name)
879
880
if("${SWIFTLIB_SINGLE_SDK}" STREQUAL "WINDOWS")
881
swift_windows_include_for_arch(${SWIFTLIB_SINGLE_ARCHITECTURE} SWIFTLIB_INCLUDE)
882
- target_include_directories("${target}" SYSTEM PRIVATE ${SWIFTLIB_INCLUDE})
883
- set_target_properties(${target}
884
- PROPERTIES
885
- CXX_STANDARD 14)
+ target_include_directories("${target}" SYSTEM PRIVATE
+ ${SWIFTLIB_INCLUDE})
886
endif()
887
888
if("${SWIFTLIB_SINGLE_SDK}" STREQUAL "WINDOWS" AND NOT "${CMAKE_SYSTEM_NAME}" STREQUAL "Windows")
0 commit comments