Merge branch 'master' into tests_fs_utils

This commit is contained in:
Georg Hagen
2024-10-10 21:46:50 +02:00

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[\\/].*")