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