From 853c3eac6dc1c724d0c2f56c8be309f276934920 Mon Sep 17 00:00:00 2001 From: Kyle Edwards Date: Tue, 25 Feb 2020 14:00:43 -0500 Subject: Help: Note that CMAKE_CFG_INTDIR is not fully supported on Ninja Multi-Config --- Help/variable/CMAKE_CFG_INTDIR.rst | 7 +++++++ 1 file changed, 7 insertions(+) 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 +``$`` :manual:`generator expression ` +instead. Since these values are evaluated by the native build system, this variable is suitable only for use in command lines that will be -- cgit v0.12