Revision: 7650
          http://playerstage.svn.sourceforge.net/playerstage/?rev=7650&view=rev
Author:   hsujohnhsu
Date:     2009-05-13 22:55:12 +0000 (Wed, 13 May 2009)

Log Message:
-----------
comment out STRING(STRIP...) for cmake 2.4.

Modified Paths:
--------------
    code/gazebo/trunk/cmake/GazeboUtils.cmake

Modified: code/gazebo/trunk/cmake/GazeboUtils.cmake
===================================================================
--- code/gazebo/trunk/cmake/GazeboUtils.cmake   2009-05-13 22:13:42 UTC (rev 
7649)
+++ code/gazebo/trunk/cmake/GazeboUtils.cmake   2009-05-13 22:55:12 UTC (rev 
7650)
@@ -6,7 +6,7 @@
   FOREACH (newItem ${ARGN})
     SET (${_string} "${${_string}} ${newItem}" CACHE STRING ${_cacheDesc} 
FORCE)
   ENDFOREACH (newItem ${ARGN})
-  STRING(STRIP ${${_string}} ${_string})
+  #STRING(STRIP ${${_string}} ${_string})
 ENDMACRO (APPEND_TO_CACHED_STRING)
                  
 
################################################################################
@@ -58,7 +58,7 @@
     FOREACH (_item ${_list})
       SET (${_string} "${${_string}} ${_item}")
     ENDFOREACH (_item)
-    STRING(STRIP ${${_string}} ${_string})
+    #STRING(STRIP ${${_string}} ${_string})
 ENDMACRO (LIST_TO_STRING)
 
 ###############################################################################


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to