From: <ai...@us...> - 2010-07-13 16:10:09
|
Revision: 11086 http://plplot.svn.sourceforge.net/plplot/?rev=11086&view=rev Author: airwin Date: 2010-07-13 16:10:03 +0000 (Tue, 13 Jul 2010) Log Message: ----------- Tweak warning message generated when pkg-config is not available. Modified Paths: -------------- trunk/cmake/modules/pkg-config.cmake Modified: trunk/cmake/modules/pkg-config.cmake =================================================================== --- trunk/cmake/modules/pkg-config.cmake 2010-07-02 22:30:12 UTC (rev 11085) +++ trunk/cmake/modules/pkg-config.cmake 2010-07-13 16:10:03 UTC (rev 11086) @@ -53,7 +53,7 @@ else(PKG_CONFIG_EXECUTABLE) message(STATUS "Looking for pkg-config - not found") message(STATUS - "WARNING: Install-tree build will be disabled.") + "WARNING: Makefile+pkg-config version of examples build in the install tree will be disabled.") # Turn off pkg-config build. (This means both build methods will be # commented out.) set(pkg_config_true "#") This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |