Skip to content

Commit 3a492c1

Browse files
committed
Removes explicit GoogleTest include
1 parent 715d2ce commit 3a492c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ find_package(CURL REQUIRED)
2929
add_executable(httplib-test test.cc include_httplib.cc $<$<BOOL:${WIN32}>:include_windows_h.cc>)
3030
target_compile_options(httplib-test PRIVATE "$<$<CXX_COMPILER_ID:MSVC>:/utf-8;/bigobj>")
3131
target_link_libraries(httplib-test PRIVATE httplib GTest::gtest_main CURL::libcurl)
32-
include(GoogleTest)
3332
gtest_discover_tests(httplib-test)
3433

3534
file(

0 commit comments

Comments
 (0)