From e8b6ec963985c504b8ed00e59a47f018c66db989 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 22 Mar 2025 20:48:21 +0100 Subject: [PATCH] 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. --- doc/cmake.dox | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/cmake.dox b/doc/cmake.dox index a10b01a18..af48e793c 100644 --- a/doc/cmake.dox +++ b/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.