aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2022-02-23 09:57:17 -0800
committerGerald Combs <gerald@wireshark.org>2022-02-23 09:57:17 -0800
commitfec12018f3472d1b249982c42b58f041cc4e037b (patch)
treea1236968393f0bb9bb55e3b15d42dc8096390aec /CMakeLists.txt
parent21f57f04b11c6f7f25c7410e53f6e80111c7413b (diff)
CMake: Remove redundant code.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9a04eb5b54..71a0f1d08c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1218,9 +1218,6 @@ if(BUILD_wireshark)
add_definitions("-Zc:__cplusplus")
endif()
list(APPEND QT_PACKAGELIST Qt6Core5Compat)
- if(APPLE)
- set(MIN_MACOS_VERSION 10.14)
- endif()
else()
list(APPEND QT_PACKAGELIST Qt5Multimedia)
if(WIN32)