|
Boost-Commit : |
From: troy_at_[hidden]
Date: 2007-06-20 13:44:23
Author: troy
Date: 2007-06-20 13:44:22 EDT (Wed, 20 Jun 2007)
New Revision: 7111
URL: http://svn.boost.org/trac/boost/changeset/7111
Log:
Mention which python executable/libs/includes you've found. Helps
with debugging multiple-python-interpreter installations.
Text files modified:
sandbox-branches/boost-cmake/boost_1_34_0/libs/python/CMakeLists.txt | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
Modified: sandbox-branches/boost-cmake/boost_1_34_0/libs/python/CMakeLists.txt
==============================================================================
--- sandbox-branches/boost-cmake/boost_1_34_0/libs/python/CMakeLists.txt (original)
+++ sandbox-branches/boost-cmake/boost_1_34_0/libs/python/CMakeLists.txt 2007-06-20 13:44:22 EDT (Wed, 20 Jun 2007)
@@ -1,5 +1,8 @@
include(FindPythonInterp)
+message(STATUS " found python executable ${PYTHON_EXECUTABLE}")
include(FindPythonLibs)
+message(STATUS " found python includes ${PYTHON_INCLUDE_PATH}")
+message(STATUS " found python libs ${PYTHON_LIBRARIES}")
if (PYTHON_LIBRARIES)
include_directories(${PYTHON_INCLUDE_PATH})
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk