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(
7
7
"client.cc" ,
8
8
"tracer_common.h" ,
9
9
],
10
- copts = [
11
- "-DWITH_CURL" ,
12
- ],
13
10
linkopts = select ({
14
11
"//bazel:windows" : [
15
12
"-DEFAULTLIB:advapi32.lib" ,
Original file line number Diff line number Diff line change @@ -10,9 +10,6 @@ cc_library(
10
10
"http_client_factory_curl.cc" ,
11
11
"http_operation_curl.cc" ,
12
12
],
13
- copts = [
14
- "-DWITH_CURL" ,
15
- ],
16
13
include_prefix = "src/http/client/curl" ,
17
14
linkopts = select ({
18
15
"//bazel:windows" : [
Original file line number Diff line number Diff line change 3
3
4
4
if (WITH_HTTP_CLIENT_CURL)
5
5
set (FILENAME curl_http_test)
6
- add_compile_definitions (WITH_CURL)
7
6
add_executable (${FILENAME} ${FILENAME} .cc)
8
7
target_link_libraries (${FILENAME} ${GMOCK_LIB} ${GTEST_BOTH_LIBRARIES}
9
8
${CMAKE_THREAD_LIBS_INIT} )
You can’t perform that action at this time.
0 commit comments