mirror of
https://github.com/nfc-tools/libnfc.git
synced 2025-12-24 03:00:07 +00:00
Without this patch the cmake config assume that every UNIX system that is not APPLE is automatically a linux system. This however causes problems on FreeBSD and properly on other BSD systems. We now explicitly check if the CMAKE_SYSTEM_NAME is set to Linux.