From 4df320bbed807f1538f45673b76d390c4c53254e Mon Sep 17 00:00:00 2001 From: Martchus Date: Thu, 13 Feb 2020 11:49:57 +0100 Subject: [PATCH] Mention support for GNUInstallDirs in documentation --- doc/buildvariables.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/buildvariables.md b/doc/buildvariables.md index 77b6900..78591b5 100644 --- a/doc/buildvariables.md +++ b/doc/buildvariables.md @@ -19,6 +19,7 @@ * `CMAKE_FIND_LIBRARY_SUFFIXES`: sets the library suffixes the build script will consider, e.g. set to `.a;.lib` to prefer static Windows libraries or to `.dll;.dll.a` to prefer shared Windows libraries +* variables provided by [GNUInstallDirs](https://cmake.org/cmake/help/latest/module/GNUInstallDirs.html) ### Custom variables The following variables are read by the CMake modules provided by `c++utilities`