From 884297323dcd3c453d4b0c52025f48bb2ca74c63 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Mon, 9 Nov 2009 08:32:53 -0600 Subject: [PATCH] [devel] 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 2e9a9e392..7798d0bfc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -125,7 +125,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()