Browse Source

FindPNG: Fix small typo fix in module help

pull/281/head
Maxime Morel 9 years ago
committed by Brad King
parent
commit
9fdad82c48
  1. 2
      Modules/FindPNG.cmake

2
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.

Loading…
Cancel
Save