Skip to content

Commit

Permalink
Merge branch 'main' into filter-attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
lalitb authored Feb 4, 2022
2 parents 49e6d6a + e9127fc commit 49dc38e
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 49dc38e

Please sign in to comment.