From b1abf4d50727e7bf15028a30e81120a3a89dcef6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 27 Jul 2019 21:46:08 +0200 Subject: [PATCH] doc: unify this line with other projects. --- doc/cmake.dox | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/cmake.dox b/doc/cmake.dox index 96f1a6852..d381d4769 100644 --- a/doc/cmake.dox +++ b/doc/cmake.dox @@ -60,7 +60,8 @@ Basic usage is: find_package(Magnum REQUIRED) @endcode -This module tries to find base Magnum library and then defines: +This module tries to find the base Magnum library and then defines the +following: - `Magnum_FOUND` --- Whether the library was found - `Magnum::Magnum` --- Base library imported target