From b7d1322016ec0a1df49d6556e220b95e96abdb37 Mon Sep 17 00:00:00 2001 From: michael-grunder Date: Thu, 15 Sep 2022 07:50:03 -0700 Subject: [PATCH] Minor touchup --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f5f9231..f70411d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,7 +41,7 @@ SET(hiredis_sources SET(hiredis_sources ${hiredis_sources}) IF(WIN32) - set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /D_CRT_SECURE_NO_WARNINGS /D_WIN32_LEAN_AND_MEAN") + SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /D_CRT_SECURE_NO_WARNINGS /DWIN32_LEAN_AND_MEAN") ENDIF() ADD_LIBRARY(hiredis SHARED ${hiredis_sources})