[cmake-commits] alex committed Generic-SDCC-C.cmake 1.1 1.2

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Jun 26 15:15:54 EDT 2007


Update of /cvsroot/CMake/CMake/Modules/Platform
In directory public:/mounts/ram/cvs-serv22610/Modules/Platform

Modified Files:
	Generic-SDCC-C.cmake 
Log Message:

ENH: 


Index: Generic-SDCC-C.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/Platform/Generic-SDCC-C.cmake,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Generic-SDCC-C.cmake	26 Jun 2007 17:19:46 -0000	1.1
+++ Generic-SDCC-C.cmake	26 Jun 2007 19:15:52 -0000	1.2
@@ -36,7 +36,7 @@
 
 # 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



More information about the Cmake-commits mailing list