Skip to content

Commit

Permalink
Fix conda build for missing pkg config usage
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Mar 13, 2024
1 parent 39ed21f commit 0e6ff3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/cmake/modules/FindDepsKafkaAdapter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ cmake_minimum_required(VERSION 3.7.2)
if (CSP_USE_VCPKG)
find_package(RdKafka CONFIG REQUIRED)
else()
include(FindPkgConfig)
find_package(RdKafka REQUIRED)
pkg_check_modules(SASL libsasl2)
if(SASL_FOUND)
Expand Down

0 comments on commit 0e6ff3f

Please sign in to comment.