From 3037e2c88962c1a7e2724963c4452cab269b30d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 26 Jun 2014 21:13:28 +0200 Subject: [PATCH] doc: mention the need to use compatibility version of FindCorrade.cmake. --- doc/getting-started.dox | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/getting-started.dox b/doc/getting-started.dox index 35b90f9ad..e8d0ff721 100644 --- a/doc/getting-started.dox +++ b/doc/getting-started.dox @@ -61,6 +61,10 @@ The code will be slightly different from what is presented below, but the changes are only minor (two modified lines and one additional file) and the main principles are the same. +If you are using `compatibility` branch of Magnum and Corrade, replace +`modules/FindCorrade.cmake` with [the one from `compatibility` branch](https://github.com/mosra/corrade/blob/compatibility/modules/FindCorrade.cmake) +so the compatibility mode gets properly detected and used. + @section getting-started-review Review project structure The base project consists of just six files in two subfolders. %Magnum uses