Skip to content

Commit ab3e9a4

Browse files
committed
Remove references to googletest
1 parent e027749 commit ab3e9a4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Diff for: tests/CMakeLists.txt

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
include_directories(${GOOGLETEST_INCLUDE})
2-
include_directories(SYSTEM ${CATCH_INCLUDE})
3-
message(STATUS ${CATCH_INCLUDE})
41
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../include/)
2+
include_directories(SYSTEM ${CATCH_INCLUDE})
53
include_directories(SYSTEM ${Boost_INCLUDE_DIRS} ${RDKAFKA_INCLUDE_DIR})
64

7-
link_directories(${GOOGLETEST_LIBRARY})
8-
95
set(KAFKA_TEST_INSTANCE "kafka-vm:9092"
106
CACHE STRING "The kafka instance to which to connect to run tests")
117
add_custom_target(tests)

0 commit comments

Comments
 (0)