From dd25cb3b4eb58478592019bf843aaaa686da22c2 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Sat, 9 May 2020 17:34:15 -0400 Subject: [PATCH] We always build onvif --- CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5dd26a5d1..022c5710e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -916,11 +916,6 @@ add_subdirectory(web) add_subdirectory(misc) add_subdirectory(onvif) -# Enable ONVIF support -if(ZM_ONVIF) - add_subdirectory(onvif) -endif(ZM_ONVIF) - # Process distro subdirectories if((ZM_TARGET_DISTRO MATCHES "^el") OR (ZM_TARGET_DISTRO MATCHES "^fc")) add_subdirectory(distros/redhat)