summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2022-08-13 14:37:00 +0200
committerSébastien Helleu <flashcode@flashtux.org>2022-08-13 14:37:00 +0200
commit57c0a82557cfbf8bb4ccbd5049f07a58ab47fa62 (patch)
treef706d39e8973403898238900d3f72e00867a951d /cmake
parentdd65938a85f6cb9adbb96ca3a65340d280221507 (diff)
downloadweechat-57c0a82557cfbf8bb4ccbd5049f07a58ab47fa62.zip
core: fix CMake warning in Python detection
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()