From 6080449551d3c96b61ee5b3bc29940a622865488 Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 6 Mar 2025 08:14:41 -0500 Subject: [PATCH] Help: Document when PDB_OUTPUT_DIRECTORY gained genex support --- Help/prop_tgt/PDB_OUTPUT_DIRECTORY.rst | 14 +++++++++----- Help/prop_tgt/PDB_OUTPUT_DIRECTORY_CONFIG.rst | 6 ++++-- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/Help/prop_tgt/PDB_OUTPUT_DIRECTORY.rst b/Help/prop_tgt/PDB_OUTPUT_DIRECTORY.rst index 2f667f364e..e39643ccba 100644 --- a/Help/prop_tgt/PDB_OUTPUT_DIRECTORY.rst +++ b/Help/prop_tgt/PDB_OUTPUT_DIRECTORY.rst @@ -5,11 +5,15 @@ Output directory for the MS debug symbols ``.pdb`` file generated by the linker for an executable or shared library target. This property specifies the directory into which the MS debug symbols -will be placed by the linker. The property value may use -:manual:`generator expressions `. -Multi-configuration generators append a per-configuration -subdirectory to the specified directory unless a generator expression -is used. +will be placed by the linker. + +.. versionadded:: 3.12 + + The property value may use + :manual:`generator expressions `. + Multi-configuration generators append a per-configuration + subdirectory to the specified directory unless a generator expression + is used. This property is initialized by the value of the :variable:`CMAKE_PDB_OUTPUT_DIRECTORY` variable if it is diff --git a/Help/prop_tgt/PDB_OUTPUT_DIRECTORY_CONFIG.rst b/Help/prop_tgt/PDB_OUTPUT_DIRECTORY_CONFIG.rst index 6c550831f2..064b91d92e 100644 --- a/Help/prop_tgt/PDB_OUTPUT_DIRECTORY_CONFIG.rst +++ b/Help/prop_tgt/PDB_OUTPUT_DIRECTORY_CONFIG.rst @@ -12,8 +12,10 @@ property is initialized by the value of the :variable:`CMAKE_PDB_OUTPUT_DIRECTORY_` variable if it is set when a target is created. -Contents of ``PDB_OUTPUT_DIRECTORY_`` may use -:manual:`generator expressions `. +.. versionadded:: 3.12 + + Contents of ``PDB_OUTPUT_DIRECTORY_`` may use + :manual:`generator expressions `. .. |COMPILE_PDB_XXX| replace:: :prop_tgt:`COMPILE_PDB_OUTPUT_DIRECTORY_` .. include:: PDB_NOTE.txt