Revision: 7597 http://playerstage.svn.sourceforge.net/playerstage/?rev=7597&view=rev Author: gbiggs Date: 2009-04-13 08:39:21 +0000 (Mon, 13 Apr 2009)
Log Message: ----------- Fixed a lib name typo Modified Paths: -------------- code/player/trunk/client_libs/libplayerc/CMakeLists.txt Modified: code/player/trunk/client_libs/libplayerc/CMakeLists.txt =================================================================== --- code/player/trunk/client_libs/libplayerc/CMakeLists.txt 2009-04-11 06:22:41 UTC (rev 7596) +++ code/player/trunk/client_libs/libplayerc/CMakeLists.txt 2009-04-13 08:39:21 UTC (rev 7597) @@ -72,7 +72,7 @@ PLAYERC_ADD_LINK_LIB (z) ENDIF (HAVE_Z) IF (HAVE_GEOS) - PLAYERC_ADD_LINK_LIB (geos geosc) + PLAYERC_ADD_LINK_LIB (geos geos_c) ENDIF (HAVE_GEOS) IF (PLAYER_OS_QNX) PLAYERC_ADD_LINK_LIB (socket rpc) 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: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-com _______________________________________________ Playerstage-commit mailing list Playerstage-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/playerstage-commit