diff options
| author | Darryl L. Pierce <mcpierce@apache.org> | 2013-04-11 17:27:19 +0000 |
|---|---|---|
| committer | Darryl L. Pierce <mcpierce@apache.org> | 2013-04-11 17:27:19 +0000 |
| commit | 4235b12c3a75589c190d46d7eee596d8b4399386 (patch) | |
| tree | 7b5ce5bd06a5b11cedcce51239a779c99d823398 /cpp | |
| parent | 7e2a6d7ea58bc2338ada8cdc911d6cd6356b1786 (diff) | |
| download | qpid-python-4235b12c3a75589c190d46d7eee596d8b4399386.tar.gz | |
QPID-4698: Removed the requirement for Python 2.7.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1466988 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
| -rw-r--r-- | cpp/managementgen/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/managementgen/CMakeLists.txt b/cpp/managementgen/CMakeLists.txt index aad3b7f4a7..7dcab2ad32 100644 --- a/cpp/managementgen/CMakeLists.txt +++ b/cpp/managementgen/CMakeLists.txt @@ -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)" |
