mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-27 04:09:36 +03:00
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:
committed by
Brad King
parent
e07f147377
commit
1610543863
@@ -5,7 +5,7 @@
|
||||
Use_wxWindows
|
||||
-------------
|
||||
|
||||
.. deprecated:: 3.14
|
||||
.. deprecated:: 2.8.10
|
||||
|
||||
Use ``find_package(wxWidgets)`` and ``include(${wxWidgets_USE_FILE})`` instead.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user