CMake: Remove redundant code.

This commit is contained in:
Gerald Combs 2022-02-23 09:57:17 -08:00
parent 21f57f04b1
commit fec12018f3
1 changed files with 0 additions and 3 deletions

View File

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