]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
cmake: remove buildthrift methods
authorDeepika Upadhyay <dupadhya@redhat.com>
Thu, 22 Jul 2021 10:35:34 +0000 (16:05 +0530)
committerDeepika Upadhyay <dupadhya@redhat.com>
Thu, 22 Jul 2021 15:55:56 +0000 (21:25 +0530)
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 <dupadhya@redhat.com>
cmake/modules/BuildJaeger.cmake

index f0bfcf22c82b35ed6493ffed215c451e88c3818c..ffd301b7b08a5bd1722de9ee0ec26a6dd198a404 100644 (file)
@@ -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