summaryrefslogtreecommitdiffstats
path: root/Help/manual/OPTIONS_BUILD.txt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-03-11 13:15:55 (GMT)
committerKitware Robot <kwrobot@kitware.com>2021-03-11 13:16:03 (GMT)
commit9a80ce6d244374598fe0879c8566714de6b8741e (patch)
treea446491f1f86f3e7d54aa2fccb8cc4114990abf3 /Help/manual/OPTIONS_BUILD.txt
parent0d7389c04e340cfe5bed0c4691bbd90448a72792 (diff)
parent400536c3179ddbfedd28dc4739d1b1cd785d02b4 (diff)
downloadCMake-9a80ce6d244374598fe0879c8566714de6b8741e.zip
CMake-9a80ce6d244374598fe0879c8566714de6b8741e.tar.gz
CMake-9a80ce6d244374598fe0879c8566714de6b8741e.tar.bz2
Merge topic 'add_prefix_cmake_option'
400536c317 cmCommandLineArgument: trim leading empty spaces b227a9565e cmake: configure preset add support for --install-prefix mapping 38140713ad cmake: add support for --install-prefix command argument Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5843
Diffstat (limited to 'Help/manual/OPTIONS_BUILD.txt')
-rw-r--r--Help/manual/OPTIONS_BUILD.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Help/manual/OPTIONS_BUILD.txt b/Help/manual/OPTIONS_BUILD.txt
index 0947e41..c4f9be8 100644
--- a/Help/manual/OPTIONS_BUILD.txt
+++ b/Help/manual/OPTIONS_BUILD.txt
@@ -76,6 +76,10 @@
native build system to choose a compiler or SDK. See the
:variable:`CMAKE_GENERATOR_PLATFORM` variable for details.
+``--install-prefix <directory>``
+ Specify the installation directory, used by the
+ :variable:`CMAKE_INSTALL_PREFIX` variable. Must be an absolute path.
+
``-Wno-dev``
Suppress developer warnings.