mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-27 11:25:42 -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})
|
target_link_libraries(common PRIVATE ${COCOA_LIBRARY})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT WIN32 AND NOT ANDROID AND LIBBACKTRACE_FOUND)
|
if(NOT WIN32 AND NOT ANDROID AND NOT APPLE)
|
||||||
target_compile_definitions(common PRIVATE "-DENABLE_LIBBACKTRACE=1")
|
|
||||||
target_link_libraries(common PRIVATE libbacktrace::libbacktrace)
|
target_link_libraries(common PRIVATE libbacktrace::libbacktrace)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user