mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-01-20 07:15:38 +00: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…
Reference in a new issue