Revision: 6737
          http://playerstage.svn.sourceforge.net/playerstage/?rev=6737&view=rev
Author:   natepak
Date:     2008-07-02 13:09:41 -0700 (Wed, 02 Jul 2008)

Log Message:
-----------
Had to modify an ENDIF, so that cmake doesn't complain.

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

Modified: code/player/trunk/libplayercore/CMakeLists.txt
===================================================================
--- code/player/trunk/libplayercore/CMakeLists.txt      2008-07-02 20:08:51 UTC 
(rev 6736)
+++ code/player/trunk/libplayercore/CMakeLists.txt      2008-07-02 20:09:41 UTC 
(rev 6737)
@@ -67,7 +67,7 @@
 ELSE (PLAYER_OS_QNX)
     SET (corePCLibs "-lpthread")
     PLAYER_ADD_LINK_LIB (pthread)
-ENDIF (NOT PLAYER_OS_QNX)
+ENDIF (PLAYER_OS_QNX)
 
 IF (HAVE_CLOCK_GETTIME)
     SET (coreLibs ${coreLibs} rt)


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

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Playerstage-commit mailing list
Playerstage-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to