Add missing filter
This commit is contained in:
@@ -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[\\/].*")
|
||||||
|
|||||||
Reference in New Issue
Block a user