From dd3952923a2cfb9fa2276a4f1f6512ff75e1a155 Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Tue, 15 Jan 2019 00:36:03 +0100 Subject: cmake: initial cross-compilation support Change-Id: Ib9c2aba1eda08a22465441e33553b9b744c79d56 Signed-off-by: Damjan Marion --- src/vpp-api/python/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'src/vpp-api') diff --git a/src/vpp-api/python/CMakeLists.txt b/src/vpp-api/python/CMakeLists.txt index 52215ccafec..a81a6f66f63 100644 --- a/src/vpp-api/python/CMakeLists.txt +++ b/src/vpp-api/python/CMakeLists.txt @@ -12,7 +12,6 @@ # limitations under the License. find_package(PythonInterp 2.7) -find_package(PythonLibs 2.7) if(PYTHONINTERP_FOUND) install( -- cgit 1.2.3-korg