Skip to content

Commit

Permalink
Merge branch 'filter-attributes' of github.com:lalitb/opentelemetry-c…
Browse files Browse the repository at this point in the history
…pp into filter-attributes
  • Loading branch information
lalitb committed Feb 4, 2022
2 parents 9cb3deb + 49dc38e commit 0d47983
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,10 @@ endfunction()

if(WITH_JAEGER)
find_package(Thrift QUIET)
if(NOT Thrift_FOUND)
if(Thrift_FOUND)
find_package(Boost REQUIRED)
include_directories(${Boost_INCLUDE_DIR})
else()
# Install Thrift and propagate via vcpkg toolchain file
if(WIN32 AND (NOT DEFINED CMAKE_TOOLCHAIN_FILE))
install_windows_deps()
Expand Down

0 comments on commit 0d47983

Please sign in to comment.