1
0
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:
Sébastien Helleu
2019-09-28 20:37:38 +02:00
parent 779420d50d
commit baf8f635ff
39 changed files with 254 additions and 210 deletions
+2 -2
View File
@@ -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()