Revision: 6519
          http://playerstage.svn.sourceforge.net/playerstage/?rev=6519&view=rev
Author:   gbiggs
Date:     2008-06-10 04:31:44 -0700 (Tue, 10 Jun 2008)

Log Message:
-----------
Trim some leading whitespace to remove a CMake 2.6 warning

Modified Paths:
--------------
    code/player/trunk/server/CMakeLists.txt

Modified: code/player/trunk/server/CMakeLists.txt
===================================================================
--- code/player/trunk/server/CMakeLists.txt     2008-06-10 11:18:16 UTC (rev 
6518)
+++ code/player/trunk/server/CMakeLists.txt     2008-06-10 11:31:44 UTC (rev 
6519)
@@ -24,6 +24,7 @@
 IF (HAVE_PLAYERSD)
     TARGET_LINK_LIBRARIES (player playersd)
 ENDIF (HAVE_PLAYERSD)
+STRING (REGEX REPLACE "^[ ]+" "" PLAYER_DRIVERSLIB_LINKFLAGS 
"${PLAYER_DRIVERSLIB_LINKFLAGS}")
 STRING (REGEX REPLACE "[ ]+$" "" PLAYER_DRIVERSLIB_LINKFLAGS 
"${PLAYER_DRIVERSLIB_LINKFLAGS}")
 IF (PLAYER_DRIVERSLIB_LINKFLAGS)
     TARGET_LINK_LIBRARIES (player ${PLAYER_DRIVERSLIB_LINKFLAGS})


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

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to