Revision: 6434
          http://playerstage.svn.sourceforge.net/playerstage/?rev=6434&view=rev
Author:   gbiggs
Date:     2008-05-12 17:06:59 -0700 (Mon, 12 May 2008)

Log Message:
-----------
Fixed incorrect link libs argument when no external libraries are required for 
the drivers.

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

Modified: code/player/trunk/server/CMakeLists.txt
===================================================================
--- code/player/trunk/server/CMakeLists.txt     2008-05-12 16:51:48 UTC (rev 
6433)
+++ code/player/trunk/server/CMakeLists.txt     2008-05-13 00:06:59 UTC (rev 
6434)
@@ -24,6 +24,7 @@
 IF (HAVE_PLAYERSD)
     TARGET_LINK_LIBRARIES (player playersd)
 ENDIF (HAVE_PLAYERSD)
+STRING (REGEX REPLACE "[ ]+$" "" PLAYER_DRIVERSLIB_LINKFLAGS 
"${PLAYER_DRIVERSLIB_LINKFLAGS}")
 IF (PLAYER_DRIVERSLIB_LINKFLAGS)
     TARGET_LINK_LIBRARIES (player ${PLAYER_DRIVERSLIB_LINKFLAGS})
 ENDIF (PLAYER_DRIVERSLIB_LINKFLAGS)


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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to