cmake (3.27.7)

(root)/
share/
cmake-3.27/
Modules/
Platform/
kFreeBSD-Initialize.cmake
# 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_]*")