Skip to content

Commit 265ee0c

Browse files
committed
Merge pull request cpp-netlib#376 from ruslo/libnames-refact
Fix libraries names
2 parents d85820e + 7d25ddb commit 265ee0c

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy