Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
e0a62b84b5dd5a5b3ad684550938dea47bbe3f57
/
.
/
Modules
/
Platform
/
kFreeBSD.cmake
blob: 09c240dc53a47aaa0bd3206b5cf66378ba90a075 [
file
] [
log
] [
blame
]
# kFreeBSD is a Debian GNU distribution with a kernel from FreeBSD,
# and should be marked as LINUX
include
(
Platform
/
Linux
)
set
(
CMAKE_LIBRARY_ARCHITECTURE_REGEX
"[a-z0-9_]+(-[a-z0-9_]+)?-kfreebsd-gnu[a-z0-9_]*"
)