@@ -61,7 +61,7 @@ endforeach(src_file)
6161set (CPP-NETLIB_HTTP_MESSAGE_SRCS http/request.cpp http/response.cpp)
6262add_library (cppnetlib-http-message ${CPP-NETLIB_HTTP_MESSAGE_SRCS})
6363add_dependencies (cppnetlib-http-message
64- ${Boost_LIBRARIES}
64+ # ${Boost_LIBRARIES}
6565 cppnetlib-message)
6666target_link_libraries (cppnetlib-http-message
6767${Boost_LIBRARIES}
@@ -99,7 +99,7 @@ set(CPP-NETLIB_HTTP_SERVER_SRCS
9999 )
100100add_library (cppnetlib-http-server ${CPP-NETLIB_HTTP_SERVER_SRCS})
101101add_dependencies (cppnetlib-http-server
102- ${Boost_LIBRARIES}
102+ # ${Boost_LIBRARIES}
103103 cppnetlib-constants
104104 cppnetlib-uri
105105 cppnetlib-message
@@ -150,7 +150,7 @@ set(CPP-NETLIB_HTTP_CLIENT_SRCS
150150 http/client.cpp)
151151add_library (cppnetlib-http-client ${CPP-NETLIB_HTTP_CLIENT_SRCS})
152152add_dependencies (cppnetlib-http-client
153- ${Boost_LIBRARIES}
153+ # ${Boost_LIBRARIES}
154154 cppnetlib-constants
155155 cppnetlib-uri
156156 cppnetlib-message