From 62fc872cb92539aac1f4a14818a168497949593e Mon Sep 17 00:00:00 2001 From: neverchanje Date: Fri, 19 Feb 2021 17:51:14 +0800 Subject: [PATCH] fix: thrift_utils removes REQUIRED of find_program --- bin/thrift_utils.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/thrift_utils.cmake b/bin/thrift_utils.cmake index 2981650505..7349c852d4 100644 --- a/bin/thrift_utils.cmake +++ b/bin/thrift_utils.cmake @@ -23,7 +23,6 @@ find_program(THRIFT_COMPILER PATHS ${DSN_THIRDPARTY_ROOT}/bin NO_DEFAULT_PATH - REQUIRED ) set(THRIFT_GENERATED_FILE_PATH ${CMAKE_BINARY_DIR}/thrift-gen CACHE INTERNAL "Where the thrift generated sources locate")