Skip to content

Commit 358486c

Browse files
committed
Remove not required target property
1 parent 5695466 commit 358486c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

AbletonLinkConfig.cmake

-4
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ elseif(WIN32)
3131
INTERFACE_COMPILE_DEFINITIONS
3232
LINK_PLATFORM_WINDOWS=1
3333
)
34-
set_property(TARGET Ableton::Link APPEND PROPERTY
35-
INTERFACE_COMPILE_OPTIONS
36-
"/wd4503" # 'Identifier': decorated name length exceeded, name was truncated
37-
)
3834
elseif(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
3935
set_property(TARGET Ableton::Link APPEND PROPERTY
4036
INTERFACE_COMPILE_DEFINITIONS

0 commit comments

Comments
 (0)