Browse Source

Platform: no need to define UNICODE.

That's defined globally now.
pull/203/merge
Vladimír Vondruš 9 years ago
parent
commit
f9bca9e2a7
  1. 1
      src/Magnum/Platform/CMakeLists.txt

1
src/Magnum/Platform/CMakeLists.txt

@ -507,7 +507,6 @@ if(WITH_WINDOWLESSWINDOWSEGLAPPLICATION)
set_target_properties(MagnumWindowlessWindowsEglApplication PROPERTIES set_target_properties(MagnumWindowlessWindowsEglApplication PROPERTIES
DEBUG_POSTFIX "-d" DEBUG_POSTFIX "-d"
FOLDER "Magnum/Platform") FOLDER "Magnum/Platform")
target_compile_definitions(MagnumWindowlessWindowsEglApplication PRIVATE "UNICODE")
if(BUILD_STATIC_PIC) if(BUILD_STATIC_PIC)
set_target_properties(MagnumWindowlessWindowsEglApplication PROPERTIES POSITION_INDEPENDENT_CODE ON) set_target_properties(MagnumWindowlessWindowsEglApplication PROPERTIES POSITION_INDEPENDENT_CODE ON)
endif() endif()

Loading…
Cancel
Save