mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-12 08:35:47 -04:00
CMake: Remove unused macro
This commit is contained in:
@ -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()
|
||||
|
||||
|
Reference in New Issue
Block a user