File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1348,10 +1348,10 @@ function(add_swift_target_library_single target name)
1348
1348
endif ()
1349
1349
1350
1350
# In the past, we relied on unsetting globally
1351
- # CMAKE_OSX_ARCHITECTURES to ensure that CMake would
1352
- # not add the -arch flag
1353
- # This is no longer the case when running on Apple Silicon,
1354
- # when CMake will enforce a default (see
1351
+ # CMAKE_OSX_ARCHITECTURES to ensure that CMake
1352
+ # would# not add the -arch flag. This is no longer
1353
+ # the case when running on Apple Silicon, when
1354
+ # CMake will enforce a default (see
1355
1355
# https://gitlab.kitware.com/cmake/cmake/-/merge_requests/5291)
1356
1356
set_property (TARGET ${target} PROPERTY OSX_ARCHITECTURES "${SWIFTLIB_SINGLE_ARCHITECTURE} " )
1357
1357
if (TARGET "${target_static} " )
You can’t perform that action at this time.
0 commit comments