Skip to content

Commit 07602c0

Browse files
committed
Fix to build config.
1 parent 65b7826 commit 07602c0

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

http/src/CMakeLists.txt

-27
Original file line numberDiff line numberDiff line change
@@ -50,33 +50,6 @@ if(NOT CPP-NETLIB_BUILD_SINGLE_LIB)
5050
add_library(cppnetlib-http-client-connections ${CPP-NETLIB_HTTP_CLIENT_CONNECTIONS_SRCS})
5151
endif()
5252

53-
set(CPP-NETLIB_HTTP_CLIENT_SRCS
54-
http/client.cpp)
55-
add_library(cppnetlib-http-client ${CPP-NETLIB_HTTP_CLIENT_SRCS})
56-
add_dependencies(cppnetlib-http-client
57-
${CPP-NETLIB_LOGGING_LIB}
58-
cppnetlib-constants
59-
cppnetlib-uri
60-
cppnetlib-message
61-
cppnetlib-message-wrappers
62-
cppnetlib-message-directives
63-
cppnetlib-http-message
64-
cppnetlib-http-message-wrappers
65-
cppnetlib-http-client-connections
66-
)
67-
target_link_libraries(cppnetlib-http-client
68-
${Boost_LIBRARIES}
69-
${CPP-NETLIB_LOGGING_LIB}
70-
cppnetlib-constants
71-
cppnetlib-uri
72-
cppnetlib-message
73-
cppnetlib-message-wrappers
74-
cppnetlib-message-directives
75-
cppnetlib-http-message
76-
cppnetlib-http-message-wrappers
77-
cppnetlib-http-client-connections
78-
)
79-
8053
set(CPP-NETLIB_CONSTANTS_SRCS constants.cpp)
8154
if(NOT CPP-NETLIB_BUILD_SINGLE_LIB)
8255
add_library(cppnetlib-constants ${CPP-NETLIB_CONSTANTS_SRCS})

0 commit comments

Comments
 (0)