From 2ae42d0aa38ead2935d545f7d398ddf5df8b396d Mon Sep 17 00:00:00 2001 From: Cristian Adam Date: Thu, 18 Aug 2022 12:42:51 +0200 Subject: kFreeBSD: Do not unset LINUX variable kFreeBSD is a Debian GNU distribution with a kernel from FreeBSD, and should be marked as LINUX. --- Modules/Platform/kFreeBSD.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Modules/Platform/kFreeBSD.cmake b/Modules/Platform/kFreeBSD.cmake index 01ddfd3..09c240d 100644 --- a/Modules/Platform/kFreeBSD.cmake +++ b/Modules/Platform/kFreeBSD.cmake @@ -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) -unset(LINUX) set(CMAKE_LIBRARY_ARCHITECTURE_REGEX "[a-z0-9_]+(-[a-z0-9_]+)?-kfreebsd-gnu[a-z0-9_]*") -- cgit v0.12