We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e027749 commit ab3e9a4Copy full SHA for ab3e9a4
tests/CMakeLists.txt
@@ -1,11 +1,7 @@
1
-include_directories(${GOOGLETEST_INCLUDE})
2
-include_directories(SYSTEM ${CATCH_INCLUDE})
3
-message(STATUS ${CATCH_INCLUDE})
4
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../include/)
+include_directories(SYSTEM ${CATCH_INCLUDE})
5
include_directories(SYSTEM ${Boost_INCLUDE_DIRS} ${RDKAFKA_INCLUDE_DIR})
6
7
-link_directories(${GOOGLETEST_LIBRARY})
8
-
9
set(KAFKA_TEST_INSTANCE "kafka-vm:9092"
10
CACHE STRING "The kafka instance to which to connect to run tests")
11
add_custom_target(tests)
0 commit comments