Skip to content

Commit ec91208

Browse files
authored
[gardening] break long comment lines (#38444)
Takes review feedback from #38415
1 parent 60a195e commit ec91208

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

stdlib/cmake/modules/AddSwiftStdlib.cmake

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2061,7 +2061,8 @@ function(add_swift_target_library name)
20612061
# CMAKE_OSX_ARCHITECTURES to ensure that CMake would
20622062
# not add the -arch flag
20632063
# This is no longer the case when running on Apple Silicon,
2064-
# when CMake will enforce a default (see https://gitlab.kitware.com/cmake/cmake/-/merge_requests/5291)
2064+
# when CMake will enforce a default (see
2065+
# https://gitlab.kitware.com/cmake/cmake/-/merge_requests/5291)
20652066
set_property(TARGET ${VARIANT_NAME} PROPERTY OSX_ARCHITECTURES "${arch}")
20662067
endif()
20672068
endforeach()
@@ -2506,7 +2507,8 @@ function(add_swift_target_executable name)
25062507
# CMAKE_OSX_ARCHITECTURES to ensure that CMake would
25072508
# not add the -arch flag
25082509
# This is no longer the case when running on Apple Silicon,
2509-
# when CMake will enforce a default (see https://gitlab.kitware.com/cmake/cmake/-/merge_requests/5291)
2510+
# when CMake will enforce a default (see
2511+
# https://gitlab.kitware.com/cmake/cmake/-/merge_requests/5291)
25102512
set_property(TARGET ${VARIANT_NAME} PROPERTY OSX_ARCHITECTURES "${arch}")
25112513

25122514
add_custom_command_target(unused_var2

0 commit comments

Comments
 (0)