mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-08 23:00:07 -06:00
Help: Use 'deprecated' template, and date deprecation of modules
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user