From 3cef784f75caf1e98529860d474224d8bde22229 Mon Sep 17 00:00:00 2001 From: Foster Brereton Date: Thu, 17 Jun 2021 11:26:12 -0700 Subject: [PATCH] Drop deployment target flag from libimhex plugin (#257) --- plugins/libimhex/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/libimhex/CMakeLists.txt b/plugins/libimhex/CMakeLists.txt index 6f08af7a2..fe8a4ce65 100644 --- a/plugins/libimhex/CMakeLists.txt +++ b/plugins/libimhex/CMakeLists.txt @@ -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 ()