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 () endif ()
if (NOT APPLE) if (NOT APPLE)
list(FILTER ${sourcesVar} EXCLUDE REGEX ".*[\\/]Host[\\/]Apple[\\/].*") list(FILTER ${sourcesVar} EXCLUDE REGEX ".*[\\/]Host[\\/]Apple[\\/].*")
list(FILTER ${sourcesVar} EXCLUDE REGEX ".*[\\/]Host[\\/]MacOS[\\/].*")
endif () endif ()
if (NOT LINUX) if (NOT LINUX)
list(FILTER ${sourcesVar} EXCLUDE REGEX ".*[\\/]Host[\\/]Linux[\\/].*") list(FILTER ${sourcesVar} EXCLUDE REGEX ".*[\\/]Host[\\/]Linux[\\/].*")