mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 05:11:15 -06:00
kFreeBSD is a Debian GNU distribution with a kernel from FreeBSD, and should be marked as LINUX.
6 lines
213 B
CMake
6 lines
213 B
CMake
# 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_]*")
|