summaryrefslogtreecommitdiff
path: root/Modules/Use_wxWindows.cmake
diff options
context:
space:
mode:
authorJoachim Wuttke (o) <j.wuttke@fz-juelich.de>2018-10-26 09:38:55 +0200
committerBrad King <brad.king@kitware.com>2018-10-26 09:18:52 -0400
commit161054386345dd3c3b4817f1e2f3bca49162f487 (patch)
treefd1d0f9ba7de64485bd891a13a8c5657b4261edf /Modules/Use_wxWindows.cmake
parente07f147377b73c2d88a6921988c197c3e6a0150e (diff)
downloadcmake-161054386345dd3c3b4817f1e2f3bca49162f487.tar.gz
Use_wxWindows: Correct version of deprecation
The deprecation note was added only recently, but the code emitted a deprecation message since 2.8.9 or 2.8.10, from what one can tell from the git history. This is now documented as ".. deprecated:: 2.8.10".
Diffstat (limited to 'Modules/Use_wxWindows.cmake')
-rw-r--r--Modules/Use_wxWindows.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Use_wxWindows.cmake b/Modules/Use_wxWindows.cmake
index a5e8879cd4..782874c10a 100644
--- a/Modules/Use_wxWindows.cmake
+++ b/Modules/Use_wxWindows.cmake
@@ -5,7 +5,7 @@
Use_wxWindows
-------------
-.. deprecated:: 3.14
+.. deprecated:: 2.8.10
Use ``find_package(wxWidgets)`` and ``include(${wxWidgets_USE_FILE})`` instead.