From: G.E. Date: Wed, 6 Mar 2024 13:57:28 +0000 (+0100) Subject: lets rather not add lines of code not yet used anywhere X-Git-Tag: vectorscan/5.4.12^2~68^2~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30ae8505c308d68ef39d3890f2cce606d5483cc8;p=thirdparty%2Fvectorscan.git lets rather not add lines of code not yet used anywhere --- 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()