diff options
author | Reto Schneider <reto.schneider@husqvarnagroup.com> | 2017-06-08 12:00:35 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-06-08 17:19:49 (GMT) |
commit | a0436a2f618b7421e6582cb8f6d3f20a39b1f957 (patch) | |
tree | 304ba7bd35af49ee4168ab6c39784b4089bd7869 /Modules/Platform/Generic-SDCC-C.cmake | |
parent | dcf559d060fcce32b3a946eecf51d32a3e2cc953 (diff) | |
download | CMake-a0436a2f618b7421e6582cb8f6d3f20a39b1f957.zip CMake-a0436a2f618b7421e6582cb8f6d3f20a39b1f957.tar.gz CMake-a0436a2f618b7421e6582cb8f6d3f20a39b1f957.tar.bz2 |
SDCC: Remove superfluous whitespace from link line
Diffstat (limited to 'Modules/Platform/Generic-SDCC-C.cmake')
-rw-r--r-- | Modules/Platform/Generic-SDCC-C.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Platform/Generic-SDCC-C.cmake b/Modules/Platform/Generic-SDCC-C.cmake index 82074cf..4b3912a 100644 --- a/Modules/Platform/Generic-SDCC-C.cmake +++ b/Modules/Platform/Generic-SDCC-C.cmake @@ -41,7 +41,7 @@ endif() set(CMAKE_C_COMPILE_OBJECT "<CMAKE_C_COMPILER> <DEFINES> <INCLUDES> <FLAGS> -o <OBJECT> -c <SOURCE>") # link object files to an executable -set(CMAKE_C_LINK_EXECUTABLE "<CMAKE_C_COMPILER> <FLAGS> <OBJECTS> -o <TARGET> <CMAKE_C_LINK_FLAGS> <LINK_FLAGS> <LINK_LIBRARIES>") +set(CMAKE_C_LINK_EXECUTABLE "<CMAKE_C_COMPILER> <FLAGS> <OBJECTS> -o <TARGET> <CMAKE_C_LINK_FLAGS> <LINK_FLAGS> <LINK_LIBRARIES>") # needs sdcc 2.7.0 + sddclib from cvs set(CMAKE_C_CREATE_STATIC_LIBRARY |