small fix for previous commit

This commit is contained in:
Ivan Romanov 2013-12-05 01:34:56 +06:00
parent 7868e79a64
commit d8993df06a

View File

@ -62,11 +62,9 @@ set(QCA_LIB_VERSION_STRING "${QCA_LIB_MAJOR_VERSION}.${QCA_LIB_MINOR_VERSION}.${
if (WIN32)
set(CMAKE_DEBUG_POSTFIX "d")
add_definitions(-DWIN32_LEAN_AND_MEAN)
endif (WIN32)
if (APPLE)
elseif (APPLE)
set(CMAKE_DEBUG_POSTFIX "_debug")
endif (APPLE)
endif (WIN32)
if (CMAKE_COMPILER_IS_GNUCXX)
if (CMAKE_SYSTEM_NAME MATCHES Linux)