cmake: Ignore all Qt darwin permission plugins

This commit is contained in:
gxalpha
2023-03-27 16:08:22 -04:00
committed by Ryan Foster
parent bfb8fba066
commit 712a6c3b33
+1 -2
View File
@@ -251,8 +251,7 @@ function(find_dependencies)
else()
continue()
endif()
elseif(library MATCHES "\\$<.*Qt6::EntryPointPrivate>" OR library MATCHES
"\\$<.*Qt6::QDarwinBluetoothPermissionPlugin>")
elseif(library MATCHES "\\$<.*Qt6::EntryPointPrivate>" OR library MATCHES "\\$<.*Qt6::QDarwin.+PermissionPlugin>")
# Known Qt6-specific generator expression, ignored.
continue()
else()