summaryrefslogtreecommitdiffstats
path: root/Modules/Use_wxWindows.cmake
diff options
context:
space:
mode:
authorJoachim Wuttke (o) <j.wuttke@fz-juelich.de>2018-10-25 10:23:33 (GMT)
committerJoachim Wuttke (o) <j.wuttke@fz-juelich.de>2018-10-25 10:23:33 (GMT)
commit19998d7b3cb69a4f30d1e151471706b02102e16d (patch)
tree9a225d6723094ae525d918281a42a361747c588f /Modules/Use_wxWindows.cmake
parentdc1bb335781abb9a6ffe3f40b413978c81050023 (diff)
downloadCMake-19998d7b3cb69a4f30d1e151471706b02102e16d.zip
CMake-19998d7b3cb69a4f30d1e151471706b02102e16d.tar.gz
CMake-19998d7b3cb69a4f30d1e151471706b02102e16d.tar.bz2
Help: Use 'deprecated' template, and date deprecation of modules
Diffstat (limited to 'Modules/Use_wxWindows.cmake')
-rw-r--r--Modules/Use_wxWindows.cmake5
1 files changed, 2 insertions, 3 deletions
diff --git a/Modules/Use_wxWindows.cmake b/Modules/Use_wxWindows.cmake
index f25ae89..a5e8879 100644
--- a/Modules/Use_wxWindows.cmake
+++ b/Modules/Use_wxWindows.cmake
@@ -5,9 +5,9 @@
Use_wxWindows
-------------
-Deprecated. Use ``find_package(wxWidgets)`` and
-``include(${wxWidgets_USE_FILE})`` instead.
+.. deprecated:: 3.14
+ Use ``find_package(wxWidgets)`` and ``include(${wxWidgets_USE_FILE})`` instead.
This convenience include finds if wxWindows is installed and set the
appropriate libs, incdirs, flags etc. author Jan Woetzel <jw -at-
@@ -67,4 +67,3 @@ if(WXWINDOWS_FOUND)
else()
message(SEND_ERROR "wxWindows not found by Use_wxWindows.cmake")
endif()
-