diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-08-13 14:37:00 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-08-13 14:37:00 +0200 |
commit | 57c0a82557cfbf8bb4ccbd5049f07a58ab47fa62 (patch) | |
tree | f706d39e8973403898238900d3f72e00867a951d /cmake | |
parent | dd65938a85f6cb9adbb96ca3a65340d280221507 (diff) | |
download | weechat-57c0a82557cfbf8bb4ccbd5049f07a58ab47fa62.zip |
core: fix CMake warning in Python detection
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/FindPython.cmake | 2 |
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() |