mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 10:50:16 -06:00
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.
This commit is contained in:
committed by
Joachim Wuttke (o)
parent
846e3d2ceb
commit
dc372f6eef
@@ -268,6 +268,7 @@ Deprecated Utility Modules
|
||||
/module/CMakeExpandImportedTargets
|
||||
/module/CMakeForceCompiler
|
||||
/module/TestCXXAcceptsFlag
|
||||
/module/Use_wxWindows
|
||||
/module/WriteBasicConfigVersionFile
|
||||
|
||||
Deprecated Find Modules
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user