Revision: 2446 http://rigsofrods.svn.sourceforge.net/rigsofrods/?rev=2446&view=rev Author: rorthomas Date: 2012-02-04 14:00:06 +0000 (Sat, 04 Feb 2012) Log Message: ----------- fixed linux linking
Modified Paths: -------------- trunk/source/main/CMakeLists.txt Modified: trunk/source/main/CMakeLists.txt =================================================================== --- trunk/source/main/CMakeLists.txt 2012-02-04 13:59:48 UTC (rev 2445) +++ trunk/source/main/CMakeLists.txt 2012-02-04 14:00:06 UTC (rev 2446) @@ -43,7 +43,7 @@ add_definitions("-DUSE_MUMBLE") ELSEIF(UNIX) include_directories(${GTK_INCLUDE_DIRS}) - set(OS_LIBS "X11 ${CMAKE_DL_LIBS}") + set(OS_LIBS "X11 -l${CMAKE_DL_LIBS}") ENDIF(WIN32) include_directories(${Ogre_INCLUDE_DIRS}) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2 _______________________________________________ Rigsofrods-devel mailing list Rigsofrods-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rigsofrods-devel