Add missing filter

This commit is contained in:
Georg Hagen
2024-10-10 21:31:10 +02:00
parent d38eabea18
commit fd703774a5

View File

@@ -8,6 +8,7 @@ function(FilterPlatformPaths sourcesVar)
endif ()
if (NOT APPLE)
list(FILTER ${sourcesVar} EXCLUDE REGEX ".*[\\/]Host[\\/]Apple[\\/].*")
list(FILTER ${sourcesVar} EXCLUDE REGEX ".*[\\/]Host[\\/]MacOS[\\/].*")
endif ()
if (NOT LINUX)
list(FILTER ${sourcesVar} EXCLUDE REGEX ".*[\\/]Host[\\/]Linux[\\/].*")