Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Remove network-error library target
  • Loading branch information
ruslo committed Jan 30, 2014
commit 9280f6125ddabe438e4f6df3ea81b7360d7ff851
4 changes: 0 additions & 4 deletions error/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ include_directories(${CPP-NETLIB_SOURCE_DIR}/error/src)
set(CPP-NETLIB_ERROR_SRCS
error.cpp)

if(NOT CPP-NETLIB_BUILD_SINGLE_LIB)
add_library(network-error ${CPP-NETLIB_ERROR_SRCS})
endif()

# prepend current directory to make paths absolute
prependToElements( "${CMAKE_CURRENT_SOURCE_DIR}/"
CPP-NETLIB_ERROR_SRCS )
Expand Down
1 change: 0 additions & 1 deletion error/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ if (CPP-NETLIB_BUILD_TESTS)
add_executable(cpp-netlib-error_test error_test.cpp)
target_link_libraries(cpp-netlib-error_test
${link_cppnetlib_lib}
network-error
${Boost_LIBRARIES}
${GTEST_BOTH_LIBRARIES}
${CMAKE_THREAD_LIBS_INIT})
Expand Down