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