File tree Expand file tree Collapse file tree 3 files changed +0
-7
lines changed Expand file tree Collapse file tree 3 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,6 @@ cc_binary(
77 "client.cc" ,
88 "tracer_common.h" ,
99 ],
10- copts = [
11- "-DWITH_CURL" ,
12- ],
1310 linkopts = select ({
1411 "//bazel:windows" : [
1512 "-DEFAULTLIB:advapi32.lib" ,
Original file line number Diff line number Diff line change @@ -10,9 +10,6 @@ cc_library(
1010 "http_client_factory_curl.cc" ,
1111 "http_operation_curl.cc" ,
1212 ],
13- copts = [
14- "-DWITH_CURL" ,
15- ],
1613 include_prefix = "src/http/client/curl" ,
1714 linkopts = select ({
1815 "//bazel:windows" : [
Original file line number Diff line number Diff line change 33
44if (WITH_HTTP_CLIENT_CURL)
55 set (FILENAME curl_http_test)
6- add_compile_definitions (WITH_CURL)
76 add_executable (${FILENAME} ${FILENAME} .cc)
87 target_link_libraries (${FILENAME} ${GMOCK_LIB} ${GTEST_BOTH_LIBRARIES}
98 ${CMAKE_THREAD_LIBS_INIT} )
You can’t perform that action at this time.
0 commit comments