Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9280f61

Browse files
committed
Remove network-error library target
1 parent265ee0c commit9280f61

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)

[8]ページ先頭

©2009-2025 Movatter.jp