Revert "DISPATCH-187 - Add requirement that the depended-on PythonLibs package 
be version 2."

This reverts commit 3eee868e6ed4449c02de6a179cb595f321a37371.


Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/2fb2ef41
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/2fb2ef41
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/2fb2ef41

Branch: refs/heads/crolke-DISPATCH-188-1
Commit: 2fb2ef41787427ffe1531f6e35e59eb65ec9fd70
Parents: bb09423
Author: Ted Ross <[email protected]>
Authored: Wed Nov 4 17:07:36 2015 -0500
Committer: Chuck Rolke <[email protected]>
Committed: Wed Jan 27 11:29:43 2016 -0500

----------------------------------------------------------------------
 CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/2fb2ef41/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f289a29..0d55205 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -36,8 +36,8 @@ include(CheckLibraryExists)
 include(CheckSymbolExists)
 include(CheckFunctionExists)
 include(CheckIncludeFiles)
-
-find_package(PythonLibs 2 REQUIRED)
+include(FindPythonInterp)
+include(FindPythonLibs)
 
 enable_testing()
 include (CTest)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to