mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 03:29:18 -05:00
kFreeBSD: Do not unset LINUX variable
kFreeBSD is a Debian GNU distribution with a kernel from FreeBSD, and should be marked as LINUX.
This commit is contained in:
committed by
Craig Scott
parent
4befac3b32
commit
2ae42d0aa3
@@ -1,5 +1,5 @@
|
|||||||
# kFreeBSD looks just like Linux.
|
# kFreeBSD is a Debian GNU distribution with a kernel from FreeBSD,
|
||||||
|
# and should be marked as LINUX
|
||||||
include(Platform/Linux)
|
include(Platform/Linux)
|
||||||
unset(LINUX)
|
|
||||||
|
|
||||||
set(CMAKE_LIBRARY_ARCHITECTURE_REGEX "[a-z0-9_]+(-[a-z0-9_]+)?-kfreebsd-gnu[a-z0-9_]*")
|
set(CMAKE_LIBRARY_ARCHITECTURE_REGEX "[a-z0-9_]+(-[a-z0-9_]+)?-kfreebsd-gnu[a-z0-9_]*")
|
||||||
|
|||||||
Reference in New Issue
Block a user