From: Deepika Upadhyay Date: Thu, 22 Jul 2021 16:06:35 +0000 (+0530) Subject: cmake: always require thrift v0.13.0 if WITH_JAEGER X-Git-Tag: v17.1.0~1302^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=c140147af950a15abb315c8150cc0d3d164ce8db;p=ceph-ci.git cmake: always require thrift v0.13.0 if WITH_JAEGER * without this the build shall continue and eventually fail as thrift is a required dependency for jaeger Signed-off-by: Deepika Upadhyay --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index eb957cdcf63..9b6d06179fc 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -427,7 +427,7 @@ add_library(common-objs OBJECT ${libcommon_files}) add_dependencies(common-objs legacy-option-headers) if(WITH_JAEGER) - find_package(thrift 0.13.0) + find_package(thrift 0.13.0 REQUIRED) find_package(yaml-cpp 0.6.0 REQUIRED) include(BuildJaeger) list(APPEND jaeger_base