From 30ae8505c308d68ef39d3890f2cce606d5483cc8 Mon Sep 17 00:00:00 2001 From: "G.E." Date: Wed, 6 Mar 2024 14:57:28 +0100 Subject: [PATCH] lets rather not add lines of code not yet used anywhere --- cmake/osdetection.cmake | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cmake/osdetection.cmake b/cmake/osdetection.cmake index 0e730fe3..e4d0bf57 100644 --- a/cmake/osdetection.cmake +++ b/cmake/osdetection.cmake @@ -6,10 +6,6 @@ if(CMAKE_SYSTEM_NAME MATCHES "FreeBSD") set(FREEBSD true) endif(CMAKE_SYSTEM_NAME MATCHES "FreeBSD") -if(CMAKE_SYSTEM_NAME MATCHES "NetBSD") - set(NETBSD true) -endif(CMAKE_SYSTEM_NAME MATCHES "NetBSD") - if (LINUX AND (ARCH_IA32 OR ARCH_X86_64)) option(FAT_RUNTIME "Build a library that supports multiple microarchitectures" ON) else()