summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-02-26 12:51:06 (GMT)
committerKitware Robot <kwrobot@kitware.com>2020-02-26 12:51:13 (GMT)
commit549b1576d2366ec3eb6102d7847ee5dfb3157873 (patch)
treefa5659db98762cc6c72034f774fed3b1c11d1d44
parentd2a6085e4da6b2f5a3c99741acf08b4dc04899f3 (diff)
parent853c3eac6dc1c724d0c2f56c8be309f276934920 (diff)
downloadCMake-549b1576d2366ec3eb6102d7847ee5dfb3157873.zip
CMake-549b1576d2366ec3eb6102d7847ee5dfb3157873.tar.gz
CMake-549b1576d2366ec3eb6102d7847ee5dfb3157873.tar.bz2
Merge topic 'cmake-cfg-intdir-ninja-multi'
853c3eac6d Help: Note that CMAKE_CFG_INTDIR is not fully supported on Ninja Multi-Config Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4397
-rw-r--r--Help/variable/CMAKE_CFG_INTDIR.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_CFG_INTDIR.rst b/Help/variable/CMAKE_CFG_INTDIR.rst
index af82f75..842654e 100644
--- a/Help/variable/CMAKE_CFG_INTDIR.rst
+++ b/Help/variable/CMAKE_CFG_INTDIR.rst
@@ -16,6 +16,13 @@ Example values:
$(Configuration) = Visual Studio 10
$(CONFIGURATION) = Xcode
. = Make-based tools
+ . = Ninja
+ ${CONFIGURATION} = Ninja Multi-Config
+
+Note that this variable only has limited support on
+:generator:`Ninja Multi-Config`. It is recommended that you use the
+``$<CONFIG>`` :manual:`generator expression <cmake-generator-expressions(7)>`
+instead.
Since these values are evaluated by the native build system, this
variable is suitable only for use in command lines that will be