Browse Source

doc: remove MAGNUM_INCLUDE_INSTALL_PREFIX from CMake docs.

It's obsolete, the FindMagnum module doesn't mention it either, so it
should not be listed among exposed variables.
pull/674/head
Vladimír Vondruš 1 year ago
parent
commit
e8b6ec9639
  1. 3
      doc/cmake.dox

3
doc/cmake.dox

@ -150,9 +150,6 @@ following:
- `MAGNUM_DEPLOY_PREFIX` --- Prefix where to put final application
executables, defaults to `.`. If a relative path is used, it's relative to
`CMAKE_INSTALL_PREFIX`.
- `MAGNUM_INCLUDE_INSTALL_PREFIX` --- Prefix where to put
platform-independent include and other files, defaults to `.`. If a
relative path is used, it's relative to `CMAKE_INSTALL_PREFIX`.
- `MAGNUM_PLUGINS_DEBUG_DIR` --- Base directory with dynamic plugins for
debug builds. Empty by default, which means the directory is autodetected
based on library and executable location; override if needed.

Loading…
Cancel
Save