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>
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