From 3130af0e2b40f54c953940a0047f06fccdc1cf37 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Mon, 9 Nov 2009 08:31:05 -0600 Subject: [PATCH] [master] Fixed a typo in a comment in CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 13f396b4..797f6578 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()