mirror of
https://github.com/weechat/weechat.git
synced 2026-07-03 16:23:14 +02:00
core: fix style in CMake files
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
include(FindPkgConfig)
|
||||
|
||||
if(ENABLE_PYTHON2)
|
||||
pkg_check_modules(PYTHON python2)
|
||||
pkg_check_modules(PYTHON python2)
|
||||
else()
|
||||
pkg_check_modules(PYTHON python3)
|
||||
pkg_check_modules(PYTHON python3)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user