diff options
author | Craig Scott <craig.scott@crascit.com> | 2018-10-09 11:54:46 (GMT) |
---|---|---|
committer | Joachim Wuttke (o) <j.wuttke@fz-juelich.de> | 2018-10-09 15:13:52 (GMT) |
commit | dc372f6eef54f8a4b436cf631cbf621437076677 (patch) | |
tree | 2fae76bebc5c4788bc1ef895c332aadbfea951a7 /Modules/Use_wxWindows.cmake | |
parent | 846e3d2ceb0c8532e19425afc36455f0d4eedb14 (diff) | |
download | CMake-dc372f6eef54f8a4b436cf631cbf621437076677.zip CMake-dc372f6eef54f8a4b436cf631cbf621437076677.tar.gz CMake-dc372f6eef54f8a4b436cf631cbf621437076677.tar.bz2 |
Help: Document Use_wxWindows.cmake as deprecated
The implementation already logged a message saying that the module
was deprecated. This change adds that message to the module docs.
Diffstat (limited to 'Modules/Use_wxWindows.cmake')
-rw-r--r-- | Modules/Use_wxWindows.cmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Modules/Use_wxWindows.cmake b/Modules/Use_wxWindows.cmake index bd8cc01..7cdd92e 100644 --- a/Modules/Use_wxWindows.cmake +++ b/Modules/Use_wxWindows.cmake @@ -5,7 +5,8 @@ # Use_wxWindows # ------------- # -# +# Deprecated. Use ``find_package(wxWidgets)`` and +# ``include(${wxWidgets_USE_FILE})`` instead. # # # This convenience include finds if wxWindows is installed and set the |