From ef21d08dd351920a4f67d69d80c52f5c815aa5cb Mon Sep 17 00:00:00 2001 From: Andrew Bauer Date: Thu, 9 Apr 2015 10:44:16 -0500 Subject: [PATCH] Update CMakeLists.txt typo --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ef04e1fba..9fa6ccb59 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -540,9 +540,9 @@ add_subdirectory(web) add_subdirectory(misc) # Enable ONVIF support -if (ZM_ONVIF) +if(ZM_ONVIF) add_subdirectory(onvif) -endif (ZM_ONVIF) +endif(ZM_ONVIF) # Process distro subdirectories if((ZM_TARGET_DISTRO STREQUAL "f21") OR (ZM_TARGET_DISTRO STREQUAL "f20"))