From 4f7a51f72ba51f26d9390488e7bf77c6e7099f15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 3 Nov 2019 21:10:48 +0100 Subject: [PATCH] core: fix sentence in release notes --- ReleaseNotes.adoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ReleaseNotes.adoc b/ReleaseNotes.adoc index 8102aaa5a..c3099793e 100644 --- a/ReleaseNotes.adoc +++ b/ReleaseNotes.adoc @@ -24,8 +24,9 @@ https://weechat.org/files/changelog/ChangeLog-devel.html[ChangeLog] === CMake errors on missing dependencies When compiling WeeChat with CMake (which is the recommended way), errors are -now displayed on any missing dependency, if the optional feature was asked -(most features are automatically enabled, except doc/man page and tests). +now displayed on any missing dependency, if the optional feature was enabled +(most features are automatically enabled, except documentation, man page and +tests). Any error on a missing dependency is fatal, so WeeChat can not be compiled. This is a new behavior compared to old versions, where any missing dependency