From: Deepika Upadhyay Date: Thu, 22 Jul 2021 10:35:34 +0000 (+0530) Subject: cmake: remove buildthrift methods X-Git-Tag: v17.1.0~1302^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fcb1eb91c4d1cbdea797de670209730459960d1a;p=ceph.git cmake: remove buildthrift methods we use Findthrift.cmake method for adding thrift dependencies, the cleanup 80e82686ebafe36fca6dfd21cb32e63ced94d5cd missed removing these methods intended to buildthrift from source. this address the missing failure due to , ``` CMake Error at cmake/modules/BuildJaeger.cmake:61 (include): include could not find load file: Buildthrift ``` this fixes regression introduced by: 80e82686ebafe36fca6dfd21cb32e63ced94d5cd Signed-off-by: Deepika Upadhyay --- diff --git a/cmake/modules/BuildJaeger.cmake b/cmake/modules/BuildJaeger.cmake index f0bfcf22c82b..ffd301b7b08a 100644 --- a/cmake/modules/BuildJaeger.cmake +++ b/cmake/modules/BuildJaeger.cmake @@ -58,8 +58,6 @@ function(build_jaeger) endif() include(BuildOpenTracing) build_opentracing() - include(Buildthrift) - build_thrift() if(CMAKE_MAKE_PROGRAM MATCHES "make") # try to inherit command line arguments passed by parent "make" job