We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5695466 commit 358486cCopy full SHA for 358486c
AbletonLinkConfig.cmake
@@ -31,10 +31,6 @@ elseif(WIN32)
31
INTERFACE_COMPILE_DEFINITIONS
32
LINK_PLATFORM_WINDOWS=1
33
)
34
- set_property(TARGET Ableton::Link APPEND PROPERTY
35
- INTERFACE_COMPILE_OPTIONS
36
- "/wd4503" # 'Identifier': decorated name length exceeded, name was truncated
37
- )
38
elseif(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
39
set_property(TARGET Ableton::Link APPEND PROPERTY
40
0 commit comments