From f9bca9e2a79ff66d749e8a65006e40a638511e93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 8 Apr 2017 14:28:45 +0200 Subject: [PATCH] Platform: no need to define UNICODE. That's defined globally now. --- src/Magnum/Platform/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Magnum/Platform/CMakeLists.txt b/src/Magnum/Platform/CMakeLists.txt index 24871baff..76b22a641 100644 --- a/src/Magnum/Platform/CMakeLists.txt +++ b/src/Magnum/Platform/CMakeLists.txt @@ -507,7 +507,6 @@ if(WITH_WINDOWLESSWINDOWSEGLAPPLICATION) set_target_properties(MagnumWindowlessWindowsEglApplication PROPERTIES DEBUG_POSTFIX "-d" FOLDER "Magnum/Platform") - target_compile_definitions(MagnumWindowlessWindowsEglApplication PRIVATE "UNICODE") if(BUILD_STATIC_PIC) set_target_properties(MagnumWindowlessWindowsEglApplication PROPERTIES POSITION_INDEPENDENT_CODE ON) endif()