]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
lets rather not add lines of code not yet used anywhere
authorG.E. <gregory.economou@vectorcamp.gr>
Wed, 6 Mar 2024 13:57:28 +0000 (14:57 +0100)
committerG.E. <gregory.economou@vectorcamp.gr>
Wed, 6 Mar 2024 13:57:28 +0000 (14:57 +0100)
cmake/osdetection.cmake

index 0e730fe38315f882b6f4d33bac95127fb90bae23..e4d0bf5785fe4bf46a17b0c23af93dc9d5423b68 100644 (file)
@@ -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()