Skip to content

Commit 9280f61

Browse files
committed
Remove network-error library target
1 parent 265ee0c commit 9280f61

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

error/src/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ include_directories(${CPP-NETLIB_SOURCE_DIR}/error/src)
88
set(CPP-NETLIB_ERROR_SRCS
99
error.cpp)
1010

11-
if(NOT CPP-NETLIB_BUILD_SINGLE_LIB)
12-
add_library(network-error ${CPP-NETLIB_ERROR_SRCS})
13-
endif()
14-
1511
# prepend current directory to make paths absolute
1612
prependToElements( "${CMAKE_CURRENT_SOURCE_DIR}/"
1713
CPP-NETLIB_ERROR_SRCS )

error/test/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ if (CPP-NETLIB_BUILD_TESTS)
1212
add_executable(cpp-netlib-error_test error_test.cpp)
1313
target_link_libraries(cpp-netlib-error_test
1414
${link_cppnetlib_lib}
15-
network-error
1615
${Boost_LIBRARIES}
1716
${GTEST_BOTH_LIBRARIES}
1817
${CMAKE_THREAD_LIBS_INIT})

0 commit comments

Comments
 (0)