Author: mcpierce
Date: Tue Apr 30 18:42:26 2013
New Revision: 1477768
URL: http://svn.apache.org/r1477768
Log:
QPID-4698: Removed the requirement for Python 2.7.
Modified:
qpid/branches/0.22/qpid/cpp/managementgen/CMakeLists.txt
Modified: qpid/branches/0.22/qpid/cpp/managementgen/CMakeLists.txt
URL:
http://svn.apache.org/viewvc/qpid/branches/0.22/qpid/cpp/managementgen/CMakeLists.txt?rev=1477768&r1=1477767&r2=1477768&view=diff
==============================================================================
--- qpid/branches/0.22/qpid/cpp/managementgen/CMakeLists.txt (original)
+++ qpid/branches/0.22/qpid/cpp/managementgen/CMakeLists.txt Tue Apr 30
18:42:26 2013
@@ -19,7 +19,7 @@
project(qpidc-qmfgen)
cmake_minimum_required(VERSION 2.4.0 FATAL_ERROR)
-find_package(PythonInterp 2.7 REQUIRED)
+find_package(PythonInterp REQUIRED)
execute_process(COMMAND ${PYTHON_EXECUTABLE}
-c "from distutils.sysconfig import get_python_lib; print
get_python_lib(False)"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]