diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt index 35c6e1919..42a512348 100644 --- a/client/CMakeLists.txt +++ b/client/CMakeLists.txt @@ -454,9 +454,6 @@ if (APPLE) message(STATUS "AppKit.framework found! ${APPKIT_LIBRARY}") set(ADDITIONAL_LNK "-framework Foundation" "-framework AppKit") endif() - - set_property(TARGET proxmark3 PROPERTY LINK_FLAGS "-Wl,-undefined dynamic_lookup") - endif (APPLE) if ((NOT SKIPQT EQUAL 1) AND (Qt5_FOUND))