aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken
diff options
context:
space:
mode:
authorRenato Filho <renato.filho@openbossa.org>2010-07-19 15:43:30 -0300
committerRenato Filho <renato.filho@openbossa.org>2010-07-19 15:48:03 -0300
commitce76d9fa88985aac2460ea6c528183b5a6357ea4 (patch)
tree66435dafbc87ab9e15eb8aed80a467d4b88ce148 /libshiboken
parent794d2608f15155ceba9b6a201fccffbc40d68d45 (diff)
Moved python detection to root CMakelist.
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
Diffstat (limited to 'libshiboken')
-rw-r--r--libshiboken/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/libshiboken/CMakeLists.txt b/libshiboken/CMakeLists.txt
index d39afc0f7..7a4576315 100644
--- a/libshiboken/CMakeLists.txt
+++ b/libshiboken/CMakeLists.txt
@@ -1,8 +1,5 @@
project(libshiboken)
-find_package(PythonLibs REQUIRED)
-find_package(PythonInterp REQUIRED)
-
#Find installed sparsehash
find_path(SPARSEHASH_INCLUDE_PATH sparseconfig.h PATH_SUFFIXES "/google/sparsehash")
if(SPARSEHASH_INCLUDE_PATH)