1
0
mirror of synced 2025-01-18 00:56:49 +01:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ()