aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorAndreas Schuh <andreas.schuh.84@gmail.com>2015-03-25 00:02:22 +0000
committerAndreas Schuh <andreas.schuh.84@gmail.com>2015-03-25 00:02:22 +0000
commit73b67041d81677ef57e69f0b265974702209b997 (patch)
tree674a086d07b2ed6141b03cab393b15e48ee06355 /INSTALL.md
parent2e5b884fcea59a716ed61cc4ffcefb5414887f94 (diff)
downloadgflags-73b67041d81677ef57e69f0b265974702209b997.tar.gz
#107 Correct description of GFLAGS_INCLUDE_DIR
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index f08ff64..3d36903 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -61,6 +61,6 @@ BUILD_gflags_LIBS | Request build of multi-threaded gflags libraries (
BUILD_gflags_nothreads_LIBS | Request build of single-threaded gflags libraries.
GFLAGS_NAMESPACE | Name of the C++ namespace to be used by the gflags library. Note that the public source header files are installed in a subdirectory named after this namespace. To maintain backwards compatibility with the Google Commandline Flags, set this variable to "google". The default is "gflags".
GFLAGS_INTTYPES_FORMAT | String identifying format of built-in integer types.
-GFLAGS_INCLUDE_DIR | Name of include where headers are installed into relative to CMAKE_INSTALL_PREFIX.
+GFLAGS_INCLUDE_DIR | Name of headers installation directory relative to CMAKE_INSTALL_PREFIX.
LIBRARY_INSTALL_DIR | Name of library installation directory relative to CMAKE_INSTALL_PREFIX.
INSTALL_HEADERS | Request installation of public header files.