Skip to content

Commit

Permalink
Merge pull request #14 from stream-processing/tkp/fixes
Browse files Browse the repository at this point in the history
Fix conda build for missing pkg config usage
  • Loading branch information
timkpaine authored Mar 13, 2024
2 parents 39ed21f + 0e6ff3f commit e996dc5
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 e996dc5

Please sign in to comment.