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

Commit265ee0c

Browse files
committed
Merge pull requestcpp-netlib#376 from ruslo/libnames-refact
Fix libraries names
2 parentsd85820e +7d25ddb commit265ee0c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

‎concurrency/src/CMakeLists.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set(CPP-NETLIB_CONCURRENCY_SRCS
99
thread_pool.cpp)
1010

1111
if(NOT CPP-NETLIB_BUILD_SINGLE_LIB)
12-
add_library(network_concurrency ${CPP-NETLIB_CONCURRENCY_SRCS})
12+
add_library(network-concurrency ${CPP-NETLIB_CONCURRENCY_SRCS})
1313
endif()
1414

1515
# prepend current directory to make paths absolute

‎concurrency/test/CMakeLists.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ include_directories(${CPP-NETLIB_SOURCE_DIR}/concurrency/src
1010
if (CPP-NETLIB_BUILD_TESTS)
1111
add_executable(cpp-netlib-thread_pool_test thread_pool_test.cpp)
1212
target_link_libraries(cpp-netlib-thread_pool_test
13-
network_concurrency
13+
network-concurrency
1414
${Boost_LIBRARIES}
1515
${GTEST_BOTH_LIBRARIES}
1616
${CMAKE_THREAD_LIBS_INIT})

‎error/src/CMakeLists.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set(CPP-NETLIB_ERROR_SRCS
99
error.cpp)
1010

1111
if(NOT CPP-NETLIB_BUILD_SINGLE_LIB)
12-
add_library(network_error ${CPP-NETLIB_ERROR_SRCS})
12+
add_library(network-error ${CPP-NETLIB_ERROR_SRCS})
1313
endif()
1414

1515
# prepend current directory to make paths absolute

‎error/test/CMakeLists.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ 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
15+
network-error
1616
${Boost_LIBRARIES}
1717
${GTEST_BOTH_LIBRARIES}
1818
${CMAKE_THREAD_LIBS_INIT})

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp