File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ set(CPP-NETLIB_CONCURRENCY_SRCS
9
9
thread_pool.cpp )
10
10
11
11
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} )
13
13
endif ()
14
14
15
15
# prepend current directory to make paths absolute
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ include_directories(${CPP-NETLIB_SOURCE_DIR}/concurrency/src
10
10
if (CPP-NETLIB_BUILD_TESTS )
11
11
add_executable (cpp-netlib-thread_pool_test thread_pool_test.cpp )
12
12
target_link_libraries (cpp-netlib-thread_pool_test
13
- network_concurrency
13
+ network-concurrency
14
14
${Boost_LIBRARIES}
15
15
${GTEST_BOTH_LIBRARIES}
16
16
${CMAKE_THREAD_LIBS_INIT} )
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ set(CPP-NETLIB_ERROR_SRCS
9
9
error.cpp )
10
10
11
11
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} )
13
13
endif ()
14
14
15
15
# prepend current directory to make paths absolute
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ if (CPP-NETLIB_BUILD_TESTS)
12
12
add_executable (cpp-netlib-error_test error_test.cpp )
13
13
target_link_libraries (cpp-netlib-error_test
14
14
${link_cppnetlib_lib}
15
- network_error
15
+ network-error
16
16
${Boost_LIBRARIES}
17
17
${GTEST_BOTH_LIBRARIES}
18
18
${CMAKE_THREAD_LIBS_INIT} )
You can’t perform that action at this time.
0 commit comments