Skip to content

Commit

Permalink
Update recipes/modern-cpp-kafka/all/test_package/CMakeLists.txt
Browse files Browse the repository at this point in the history
Co-authored-by: Javier G. Sogo <jgsogo@gmail.com>
  • Loading branch information
kenneth-jia and jgsogo authored Jul 19, 2022
1 parent e701815 commit dc76b51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion recipes/modern-cpp-kafka/all/test_package/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ conan_basic_setup()

set(CMAKE_CXX_STANDARD 17)

find_package(RdKafka REQUIRED CONFIG)
find_package(ModernCppKafka REQUIRED CONFIG)

add_executable(${PROJECT_NAME} test_package.cpp)
Expand Down

0 comments on commit dc76b51

Please sign in to comment.