summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-12-15 14:42:48 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-12-15 14:42:48 (GMT)
commit59461c2696e46f5d3eaf5753ee4f7d2ee6eb71a6 (patch)
tree0c7679820311e22f32fc143335d02a62ba09d17c
parent94c6040b730e5b77e72c39dda10a0df3228ce279 (diff)
parent9fdad82c48fe28af73e07c2f91749c50fa5a131f (diff)
downloadCMake-59461c2696e46f5d3eaf5753ee4f7d2ee6eb71a6.zip
CMake-59461c2696e46f5d3eaf5753ee4f7d2ee6eb71a6.tar.gz
CMake-59461c2696e46f5d3eaf5753ee4f7d2ee6eb71a6.tar.bz2
Merge topic 'FindPNG-typo'
9fdad82c FindPNG: Fix small typo fix in module help
-rw-r--r--Modules/FindPNG.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindPNG.cmake b/Modules/FindPNG.cmake
index 1d5d553..dceb6bc 100644
--- a/Modules/FindPNG.cmake
+++ b/Modules/FindPNG.cmake
@@ -25,7 +25,7 @@
# ``PNG_LIBRARIES``
# the libraries to link against to use PNG.
# ``PNG_DEFINITIONS``
-# You should add_definitons(${PNG_DEFINITIONS}) before compiling code
+# You should add_definitions(${PNG_DEFINITIONS}) before compiling code
# that includes png library files.
# ``PNG_FOUND``
# If false, do not try to use PNG.