CMake: No longer define WIN32

This commit is contained in:
Sebastian Pipping 2017-05-25 15:13:10 +02:00
parent 8f25f91e9e
commit 078af33952

View File

@ -50,7 +50,6 @@ if(MSVC)
add_definitions(-D_CRT_SECURE_NO_WARNINGS -wd4996)
endif(MSVC)
if(WIN32)
add_definitions(-DWIN32)
set(CMAKE_DEBUG_POSTFIX "d" CACHE STRING "Add a suffix, usually d on Windows")
endif(WIN32)