summaryrefslogtreecommitdiffstats
path: root/Modules/WriteBasicConfigVersionFile.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-10-25 15:00:20 (GMT)
committerKitware Robot <kwrobot@kitware.com>2018-10-25 15:00:57 (GMT)
commitbb43a42bb95058b4661059be45f2425bb8363c59 (patch)
tree47af5521f1c7f6eaf2a7c95fa12ce41bcc6043a9 /Modules/WriteBasicConfigVersionFile.cmake
parent68b8fc4a8c4489ec2852ff1f28f1a7e861746ee9 (diff)
parentc8e8c9cc7ca608602ccde413290f10bf2ebb24d5 (diff)
downloadCMake-bb43a42bb95058b4661059be45f2425bb8363c59.zip
CMake-bb43a42bb95058b4661059be45f2425bb8363c59.tar.gz
CMake-bb43a42bb95058b4661059be45f2425bb8363c59.tar.bz2
Merge topic 'deprecation'
c8e8c9cc7c Help: Date deprecation of deprecated commands. 19998d7b3c Help: Use 'deprecated' template, and date deprecation of modules dc1bb33578 Help: Add version number to deprecation note Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2523
Diffstat (limited to 'Modules/WriteBasicConfigVersionFile.cmake')
-rw-r--r--Modules/WriteBasicConfigVersionFile.cmake5
1 files changed, 3 insertions, 2 deletions
diff --git a/Modules/WriteBasicConfigVersionFile.cmake b/Modules/WriteBasicConfigVersionFile.cmake
index 0ccb6b2..1f13096 100644
--- a/Modules/WriteBasicConfigVersionFile.cmake
+++ b/Modules/WriteBasicConfigVersionFile.cmake
@@ -5,7 +5,10 @@
WriteBasicConfigVersionFile
---------------------------
+.. deprecated:: 3.0
+ Use the identical command :command:`write_basic_package_version_file()`
+ from module :module:`CMakePackageConfigHelpers`.
::
@@ -15,8 +18,6 @@ WriteBasicConfigVersionFile
)
-
-Deprecated, see WRITE_BASIC_PACKAGE_VERSION_FILE(), it is identical.
#]=======================================================================]
function(WRITE_BASIC_CONFIG_VERSION_FILE _filename)