From: <ai...@us...> - 2010-04-11 15:30:47
|
Revision: 10900 http://plplot.svn.sourceforge.net/plplot/?rev=10900&view=rev Author: airwin Date: 2010-04-11 15:30:41 +0000 (Sun, 11 Apr 2010) Log Message: ----------- Tweak wincairo disabling WARNING message when not a Windows platform. Modified Paths: -------------- trunk/cmake/modules/cairo.cmake Modified: trunk/cmake/modules/cairo.cmake =================================================================== --- trunk/cmake/modules/cairo.cmake 2010-04-11 15:20:51 UTC (rev 10899) +++ trunk/cmake/modules/cairo.cmake 2010-04-11 15:30:41 UTC (rev 10900) @@ -174,7 +174,7 @@ if(NOT WIN32) message(STATUS - "WARNING: Not a Windows Computer. Setting wincairo driver to OFF." + "WARNING: Not a Windows platform so setting wincairo driver to OFF." ) set(PLD_wincairo OFF CACHE BOOL "Enable wincairo device" FORCE) endif(NOT WIN32) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |