mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-27 20:14:32 +00:00
small fix for previous commit
This commit is contained in:
parent
7868e79a64
commit
d8993df06a
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user