summaryrefslogtreecommitdiffstats
path: root/Help/variable
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2024-01-18 14:01:04 (GMT)
committerKitware Robot <kwrobot@kitware.com>2024-01-18 14:01:17 (GMT)
commitc75047709f2ee2a3f8791f19b9ce8cc76e633521 (patch)
tree6d6dac7a7816e1431bec31f8786f09a9b3fe6932 /Help/variable
parentd3adede1cd2f2dc570185903e306e8a7aeab69da (diff)
parent596e84b0d55c080b93a5ba2d2a4d24357375378c (diff)
downloadCMake-c75047709f2ee2a3f8791f19b9ce8cc76e633521.zip
CMake-c75047709f2ee2a3f8791f19b9ce8cc76e633521.tar.gz
CMake-c75047709f2ee2a3f8791f19b9ce8cc76e633521.tar.bz2
Merge topic 'autogen-exe-per-config'
596e84b0d5 NinjaMultiConfig: Update tests for the new dependency change 7c39dabdbc Autogen: AUTO*_EXECUTABLE: add support for per-config values Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !8919
Diffstat (limited to 'Help/variable')
-rw-r--r--Help/variable/CMAKE_AUTOGEN_BETTER_GRAPH_MULTI_CONFIG.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_AUTOGEN_BETTER_GRAPH_MULTI_CONFIG.rst b/Help/variable/CMAKE_AUTOGEN_BETTER_GRAPH_MULTI_CONFIG.rst
new file mode 100644
index 0000000..223cfcc
--- /dev/null
+++ b/Help/variable/CMAKE_AUTOGEN_BETTER_GRAPH_MULTI_CONFIG.rst
@@ -0,0 +1,10 @@
+CMAKE_AUTOGEN_BETTER_GRAPH_MULTI_CONFIG
+---------------------------------------
+
+.. versionadded:: 3.29
+
+This variable is used to initialize the
+:prop_tgt:`AUTOGEN_BETTER_GRAPH_MULTI_CONFIG` property on all targets as they
+are created. See that target property for additional information.
+
+By default ``CMAKE_AUTOGEN_BETTER_GRAPH_MULTI_CONFIG`` is unset.