From 496ec6036fb2b4ebbae000ee362cdfb7704d08de Mon Sep 17 00:00:00 2001 From: Kitware Robot Date: Mon, 6 Jul 2020 10:14:38 -0400 Subject: Help: Add Sphinx 'versionadded' directives to each top-level document Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715 --- Modules/CheckPIESupported.cmake | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Modules/CheckPIESupported.cmake') diff --git a/Modules/CheckPIESupported.cmake b/Modules/CheckPIESupported.cmake index 6d63f0bada..a99d8c41f1 100644 --- a/Modules/CheckPIESupported.cmake +++ b/Modules/CheckPIESupported.cmake @@ -5,6 +5,8 @@ CheckPIESupported ----------------- +.. versionadded:: 3.14 + Check whether the linker supports Position Independent Code (PIE) or No Position Independent Code (NO_PIE) for executables. Use this to ensure that the :prop_tgt:`POSITION_INDEPENDENT_CODE` target -- cgit v1.2.1