diff --git a/doc/cmake.dox b/doc/cmake.dox index da9e2b171..b586ae336 100644 --- a/doc/cmake.dox +++ b/doc/cmake.dox @@ -173,7 +173,7 @@ are also available as preprocessor variables if including If `MAGNUM_BUILD_DEPRECATED` is defined, the `MAGNUM_INCLUDE_DIR` variable also contains path directly to Magnum directory (i.e. for includes without `Magnum/` prefix) and `MAGNUM_PLUGINS_INCLUDE_DIR` contains include dir for plugins (i.e. -instead of `MagnumPlugins/` prefix). +for includes without `MagnumPlugins/` prefix). %Corrade library provides also its own set of CMake macros and variables, see @ref corrade-cmake "its documentation" for more information. diff --git a/modules/FindMagnum.cmake b/modules/FindMagnum.cmake index 2c3552184..b6b9f9e10 100644 --- a/modules/FindMagnum.cmake +++ b/modules/FindMagnum.cmake @@ -94,10 +94,10 @@ # emulation on desktop OpenGL # MAGNUM_TARGET_WEBGL - Defined if compiled for WebGL # -# If `MAGNUM_BUILD_DEPRECATED` is defined, the `MAGNUM_INCLUDE_DIR` variable -# also contains path directly to Magnum directory (i.e. for includes without -# `Magnum/` prefix) and `MAGNUM_PLUGINS_INCLUDE_DIR` contains include dir for -# plugins (i.e. instead of `MagnumPlugins/` prefix). +# If MAGNUM_BUILD_DEPRECATED is defined, the MAGNUM_INCLUDE_DIR variable also +# contains path directly to Magnum directory (i.e. for includes without +# Magnum/ prefix) and MAGNUM_PLUGINS_INCLUDE_DIR contains include dir for +# plugins (i.e. for includes without MagnumPlugins/ prefix). # # Additionally these variables are defined for internal usage: # MAGNUM_INCLUDE_DIR - Root include dir (w/o dependencies)