Skip to content

Commit d289a35

Browse files
committed
fixup: TEST COMMIT THAT WILL DELETED
1 parent aac576c commit d289a35

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,8 @@ ENDIF ()
6363
IF (MSGPACK_32BIT)
6464
IF ("${CMAKE_C_COMPILER_ID}" STREQUAL "GNU")
6565
SET (CMAKE_C_FLAGS "-m32 ${CMAKE_C_FLAGS}")
66-
SET (CMAKE_EXE_LINKER_FLAGS "-m32 ${CMAKE_EXE_LINKER_FLAGS}")
6766
ELSEIF ("${CMAKE_C_COMPILER_ID}" STREQUAL "Clang")
6867
SET (CMAKE_C_FLAGS "-m32 ${CMAKE_C_FLAGS}")
69-
SET (CMAKE_EXE_LINKER_FLAGS "-m32 ${CMAKE_EXE_LINKER_FLAGS}")
7068
ENDIF ()
7169
ENDIF ()
7270

0 commit comments

Comments
 (0)