From f98b4eecf60e6c2f0176cac9eed78feac277acfd Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 30 Sep 2025 13:28:24 -0400 Subject: [PATCH] Help: Document generators supporting CMAKE_INTERMEDIATE_DIR_STRATEGY Move this information from the release note to the actual docs. --- Help/release/dev/short-object-names.rst | 9 +-------- Help/variable/CMAKE_INTERMEDIATE_DIR_STRATEGY.rst | 6 ++++++ 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/Help/release/dev/short-object-names.rst b/Help/release/dev/short-object-names.rst index d6c9139438..3dcff84ad1 100644 --- a/Help/release/dev/short-object-names.rst +++ b/Help/release/dev/short-object-names.rst @@ -4,14 +4,7 @@ short-object-names * There is now the :variable:`CMAKE_INTERMEDIATE_DIR_STRATEGY` variable (and associated environment variable :envvar:`CMAKE_INTERMEDIATE_DIR_STRATEGY`) that may be used to change the strategy used to name intermediate - directories used for object files (and other associated target metadata). It - is supported for the following generators: - - - :ref:`Ninja Generators` - - :ref:`Makefile Generators` - - :ref:`Visual Studio Generators` - - Note that the strategy implementation may differ between generators. + directories used for object files (and other associated target metadata). * There is now the :variable:`CMAKE_AUTOGEN_INTERMEDIATE_DIR_STRATEGY` variable (and associated environment variable diff --git a/Help/variable/CMAKE_INTERMEDIATE_DIR_STRATEGY.rst b/Help/variable/CMAKE_INTERMEDIATE_DIR_STRATEGY.rst index a0b3a68ae2..1d26ffdba4 100644 --- a/Help/variable/CMAKE_INTERMEDIATE_DIR_STRATEGY.rst +++ b/Help/variable/CMAKE_INTERMEDIATE_DIR_STRATEGY.rst @@ -24,6 +24,12 @@ used. .. note:: This only works as a cache variable, not a locally-scoped variable. +This is supported by the following generators: + +- :ref:`Ninja Generators` +- :ref:`Makefile Generators` +- :ref:`Visual Studio Generators` + .. note:: Not all generators support all strategies and paths may differ between generators.