cmake/Modules/Platform/kFreeBSD.cmake

6 lines
213 B
CMake
Raw Normal View History

2022-11-16 20:14:03 +01:00
# kFreeBSD is a Debian GNU distribution with a kernel from FreeBSD,
# and should be marked as LINUX
2013-03-16 19:13:01 +02:00
include(Platform/Linux)
2011-06-19 15:41:06 +03:00
2013-03-16 19:13:01 +02:00
set(CMAKE_LIBRARY_ARCHITECTURE_REGEX "[a-z0-9_]+(-[a-z0-9_]+)?-kfreebsd-gnu[a-z0-9_]*")