File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -2061,7 +2061,8 @@ function(add_swift_target_library name)
2061
2061
# CMAKE_OSX_ARCHITECTURES to ensure that CMake would
2062
2062
# not add the -arch flag
2063
2063
# 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)
2065
2066
set_property (TARGET ${VARIANT_NAME} PROPERTY OSX_ARCHITECTURES "${arch} " )
2066
2067
endif ()
2067
2068
endforeach ()
@@ -2506,7 +2507,8 @@ function(add_swift_target_executable name)
2506
2507
# CMAKE_OSX_ARCHITECTURES to ensure that CMake would
2507
2508
# not add the -arch flag
2508
2509
# 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)
2510
2512
set_property (TARGET ${VARIANT_NAME} PROPERTY OSX_ARCHITECTURES "${arch} " )
2511
2513
2512
2514
add_custom_command_target (unused_var2
You can’t perform that action at this time.
0 commit comments