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".
This commit is contained in:
Joachim Wuttke (o)
2018-10-26 09:38:55 +02:00
committed by Brad King
parent e07f147377
commit 1610543863

View File

@@ -5,7 +5,7 @@
Use_wxWindows
-------------
.. deprecated:: 3.14
.. deprecated:: 2.8.10
Use ``find_package(wxWidgets)`` and ``include(${wxWidgets_USE_FILE})`` instead.