Revision: 4836 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=4836&view=rev Author: dcommander Date: 2012-01-17 23:33:29 +0000 (Tue, 17 Jan 2012) Log Message: ----------- Don't perform checks for extra X11 libs on Windows
Modified Paths: -------------- trunk/CMakeLists.txt Modified: trunk/CMakeLists.txt =================================================================== --- trunk/CMakeLists.txt 2012-01-17 22:35:43 UTC (rev 4835) +++ trunk/CMakeLists.txt 2012-01-17 23:33:29 UTC (rev 4836) @@ -243,7 +243,7 @@ set(FLTK_SKIP_FORMS TRUE) find_package(FLTK) -if(NOT APPLE) +if(UNIX AND NOT APPLE) # No proper handling for extra X11 libs that FLTK might need... if(X11_Xft_FOUND) set(FLTK_LIBRARIES ${FLTK_LIBRARIES} ${X11_Xft_LIB}) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! 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-d2d _______________________________________________ Tigervnc-commits mailing list Tigervnc-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tigervnc-commits