From ce76d9fa88985aac2460ea6c528183b5a6357ea4 Mon Sep 17 00:00:00 2001 From: Renato Filho Date: Mon, 19 Jul 2010 15:43:30 -0300 Subject: Moved python detection to root CMakelist. Reviewer: Marcelo Lira Luciano Wolf --- libshiboken/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'libshiboken') 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) -- cgit v1.2.3