summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2020-02-25 14:00:43 -0500
committerKyle Edwards <kyle.edwards@kitware.com>2020-02-25 14:00:43 -0500
commit853c3eac6dc1c724d0c2f56c8be309f276934920 (patch)
tree040675fa6c573bdac86d6d254c16fcc77ad55619
parentcf789bb447274b6889fd631769894d69cc1b597b (diff)
downloadcmake-853c3eac6dc1c724d0c2f56c8be309f276934920.tar.gz
Help: Note that CMAKE_CFG_INTDIR is not fully supported on Ninja Multi-Config
-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 af82f7571f..842654ec5c 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