From 54f3d0d2d977d62bee1a75510974326b9dc91047 Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Tue, 12 Oct 2021 02:02:44 +0300 Subject: [PATCH] Fix error --- cmake/target.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/cmake/target.cmake b/cmake/target.cmake index ca6009e68d3..872202f2f29 100644 --- a/cmake/target.cmake +++ b/cmake/target.cmake @@ -36,7 +36,6 @@ if (CMAKE_CROSSCOMPILING) set (ENABLE_GRPC OFF CACHE INTERNAL "") set (USE_SENTRY OFF CACHE INTERNAL "") # set (ENABLE_ROCKSDB OFF CACHE INTERNAL "") - endif () elseif (ARCH_PPC64LE) set (ENABLE_PROTOBUF OFF CACHE INTERNAL "") set (ENABLE_GRPC OFF CACHE INTERNAL "")