diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-06-26 19:15:52 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-06-26 19:15:52 (GMT) |
commit | 25a425ecf09fccc804758da1015f93fce724f856 (patch) | |
tree | 1885272f7bc9bdc3ce9a243e38e550726afd4207 /Modules/Platform/Generic-SDCC-C.cmake | |
parent | 571b3088d522da188448fc0cbe825fc9ee840609 (diff) | |
download | CMake-25a425ecf09fccc804758da1015f93fce724f856.zip CMake-25a425ecf09fccc804758da1015f93fce724f856.tar.gz CMake-25a425ecf09fccc804758da1015f93fce724f856.tar.bz2 |
ENH:
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 37eb0d6..91b5de7 100644 --- a/Modules/Platform/Generic-SDCC-C.cmake +++ b/Modules/Platform/Generic-SDCC-C.cmake @@ -36,7 +36,7 @@ SET(CMAKE_C_LINK_EXECUTABLE "<CMAKE_C_COMPILER> <FLAGS> <OBJECTS> -o <TARGET> < # needs sdcc 2.7.0 + sddclib from cvs SET(CMAKE_C_CREATE_STATIC_LIBRARY - "${CMAKE_COMMAND} -E remove <TARGET>" + "\"${CMAKE_COMMAND}\" -E remove <TARGET>" "<CMAKE_AR> -a <TARGET> <LINK_FLAGS> <OBJECTS> ") # not supported by sdcc |