Drop deployment target flag from libimhex plugin (#257)

This commit is contained in:
Foster Brereton
2021-06-17 11:26:12 -07:00
committed by GitHub
parent a7092ada08
commit 3cef784f75

View File

@@ -67,7 +67,6 @@ if (APPLE)
message(WARNING "CMAKE_OSX_SYSROOT not set and macOS 10.9 SDK not found! Using default one.")
endif ()
endif ()
set(CMAKE_OSX_DEPLOYMENT_TARGET 11.0)
set(LIBIMHEX_SOURCES ${LIBIMHEX_SOURCES} source/helpers/utils_mac.mm)
endif ()