summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake')
-rw-r--r--cmake/FindPython.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/FindPython.cmake b/cmake/FindPython.cmake
index d8f908c6e..48d5172e3 100644
--- a/cmake/FindPython.cmake
+++ b/cmake/FindPython.cmake
@@ -28,8 +28,6 @@
# PYTHON_LIBRARIES = path to where libpython.so* can be found
# PYTHON_LDFLAGS = python compiler options for linking
-include(FindPkgConfig)
-
if(ENABLE_PYTHON2)
pkg_check_modules(PYTHON python2 IMPORTED_TARGET GLOBAL)
else()