|
From: <ai...@us...> - 2010-07-21 16:49:29
|
Revision: 11092
http://plplot.svn.sourceforge.net/plplot/?rev=11092&view=rev
Author: airwin
Date: 2010-07-21 16:49:22 +0000 (Wed, 21 Jul 2010)
Log Message:
-----------
Drop "DEBUG: " from PYTHON_VERSION output.
Modified Paths:
--------------
trunk/cmake/modules/python.cmake
Modified: trunk/cmake/modules/python.cmake
===================================================================
--- trunk/cmake/modules/python.cmake 2010-07-21 16:38:37 UTC (rev 11091)
+++ trunk/cmake/modules/python.cmake 2010-07-21 16:49:22 UTC (rev 11092)
@@ -163,7 +163,7 @@
OUTPUT_VARIABLE PYTHON_VERSION
OUTPUT_STRIP_TRAILING_WHITESPACE
)
- message(STATUS "DEBUG: PYTHON_VERSION = ${PYTHON_VERSION}")
+ message(STATUS "PYTHON_VERSION = ${PYTHON_VERSION}")
# Enable plsmem if the Python and Swig versions support it
transform_version(NUMERICAL_SWIG_MINIMUM_VERSION_FOR_PLSMEM "1.3.38")
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|