Skip to content

Commit 525f408

Browse files
authored
Update AddSwiftUnittests.cmake
1 parent feb7bb1 commit 525f408

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cmake/modules/AddSwiftUnittests.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ function(add_swift_unittest test_dirname)
5050
elseif("${CMAKE_SYSTEM_NAME}" STREQUAL "Linux")
5151
set_property(TARGET "${test_dirname}" APPEND PROPERTY COMPILE_FLAGS
5252
" -march=core2")
53-
set_property(TARGET "${test_dirname}" APPEND PROPERTY LINK_FLAGS
54-
" -march=core2")
5553
endif()
5654

5755
find_program(LDLLD_PATH "ld.lld")

0 commit comments

Comments
 (0)