From 0e7277de4ee7d3aa83ed9b1644dd30299ae1bcf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 11 Dec 2018 20:37:18 +0100 Subject: [PATCH] Doc++ --- doc/developers.dox | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/developers.dox b/doc/developers.dox index 6580d3c9b..e2a3350e4 100644 --- a/doc/developers.dox +++ b/doc/developers.dox @@ -687,6 +687,9 @@ unless it doesn't affect public API at all. 1. Verify that there are no important clients stuck on the old version with no easy way to upgrade + - Corrade's root `CMakeLists.txt` (and `UseCorrade.cmake`) contains + checks for minimal CMake and compiler version, together with a comment + explaining which distribution / system has the minimal version. 2. In case of CMake: - it's usually possible to jump more than one version, check what's the version on the oldest supported system