1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 22:36:38 +02:00

core: fix CMake warning in Python detection

This commit is contained in:
Sébastien Helleu
2022-08-13 14:37:00 +02:00
parent dd65938a85
commit 57c0a82557
2 changed files with 2 additions and 3 deletions
-2
View File
@@ -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()