summaryrefslogtreecommitdiffstats
path: root/Modules/FindwxWidgets.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2010-07-20 20:00:29 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2010-07-20 20:00:29 (GMT)
commite1a4c02bac67f9420be0796712cc1da5985f7177 (patch)
treeaef4e7e8d4b87402e6ce125ac8112ddb4666b9c3 /Modules/FindwxWidgets.cmake
parentefb2c1e6957fa90420ef051d76a17f0b1230c901 (diff)
parent7739d786a42a2bbbab87df0c4f869ef8aecae767 (diff)
downloadCMake-e1a4c02bac67f9420be0796712cc1da5985f7177.zip
CMake-e1a4c02bac67f9420be0796712cc1da5985f7177.tar.gz
CMake-e1a4c02bac67f9420be0796712cc1da5985f7177.tar.bz2
Merge topic 'resolve/doc-spelling/CPackRPM'
7739d78 Merge CPackRPM changes into doc-spelling 9203e91 Fix spelling errors reported by Lintian.
Diffstat (limited to 'Modules/FindwxWidgets.cmake')
-rw-r--r--Modules/FindwxWidgets.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/FindwxWidgets.cmake b/Modules/FindwxWidgets.cmake
index 85c6568..4533c01 100644
--- a/Modules/FindwxWidgets.cmake
+++ b/Modules/FindwxWidgets.cmake
@@ -57,14 +57,14 @@
# FIND_PACKAGE(wxWidgets COMPONENTS base core gl net)
# IF(wxWidgets_FOUND)
# INCLUDE(${wxWidgets_USE_FILE})
-# # and for each of your dependant executable/library targets:
+# # and for each of your dependent executable/library targets:
# TARGET_LINK_LIBRARIES(<YourTarget> ${wxWidgets_LIBRARIES})
# ENDIF(wxWidgets_FOUND)
#
# If wxWidgets is required (i.e., not an optional part):
# FIND_PACKAGE(wxWidgets REQUIRED base core gl net)
# INCLUDE(${wxWidgets_USE_FILE})
-# # and for each of your dependant executable/library targets:
+# # and for each of your dependent executable/library targets:
# TARGET_LINK_LIBRARIES(<YourTarget> ${wxWidgets_LIBRARIES})
#=============================================================================