mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-26 15:25:41 -04:00
CMake: Remove unused macro
This commit is contained in:
parent
44142ab4f9
commit
422102989c
@ -95,8 +95,7 @@ if(APPLE)
|
||||
target_link_libraries(common PRIVATE ${COCOA_LIBRARY})
|
||||
endif()
|
||||
|
||||
if(NOT WIN32 AND NOT ANDROID AND LIBBACKTRACE_FOUND)
|
||||
target_compile_definitions(common PRIVATE "-DENABLE_LIBBACKTRACE=1")
|
||||
if(NOT WIN32 AND NOT ANDROID AND NOT APPLE)
|
||||
target_link_libraries(common PRIVATE libbacktrace::libbacktrace)
|
||||
endif()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user