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()