diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-03-25 08:51:00 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-03-25 08:52:53 +0100 |
commit | 9b4fa10923730b358dcc87d1c1d6f0a8cea5bcb1 (patch) | |
tree | 15dbb35ef4b3d86350bebc4c3931b148381ea08f /doc/fr/weechat_user.fr.adoc | |
parent | c713a0e4759726dbfaec14d88246fbb2a8e924be (diff) | |
download | weechat-9b4fa10923730b358dcc87d1c1d6f0a8cea5bcb1.zip |
core: set CMake minimum version required to 3.0
This is required for add_library() with INTERFACE library type.
Diffstat (limited to 'doc/fr/weechat_user.fr.adoc')
-rw-r--r-- | doc/fr/weechat_user.fr.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/fr/weechat_user.fr.adoc b/doc/fr/weechat_user.fr.adoc index 9c1015c57..c0a6e5514 100644 --- a/doc/fr/weechat_user.fr.adoc +++ b/doc/fr/weechat_user.fr.adoc @@ -101,7 +101,7 @@ compiler WeeChat. | compilateur C (gcc, clang, ...) | | *oui* | Construction. | compilateur C++ | | | Construction et lancement des tests, extension JavaScript. -| cmake | | *oui* | Construction (autotools toujours possible, mais cmake est recommandé). +| cmake | ≥ 3.0 | *oui* | Construction (autotools toujours possible, mais cmake est recommandé). | pkg-config | | *oui* | Détection des bibliothèques installées. | libncursesw5-dev ^(2)^ | | *oui* | Interface ncurses. | libcurl4-gnutls-dev | | *oui* | Transfert d'URL. |