[master] Fixed a typo in a comment in CMakeLists.txt

This commit is contained in:
Glenn Randers-Pehrson 2009-11-09 08:31:05 -06:00
parent 02a58af3c0
commit 3130af0e2b
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ if(MSVC)
endif(MSVC)
if(PNG_SHARED OR NOT MSVC)
#if building msvc static this has NOT do be defined
#if building msvc static this has NOT to be defined
add_definitions(-DZLIB_DLL)
endif()