Skip to content

Commit ba6fe3f

Browse files
author
zhengshuxin
committed
Build fiber_pool demo.
1 parent f2fe231 commit ba6fe3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/cxx/fiber_pool/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ link_directories(${output_path})
8989

9090
add_executable(fiber_pool ${src_files})
9191
if (JEMALLOC)
92-
target_link_libraries(fiber_pool ${lib_all} ${JEMALLOC})
92+
target_link_libraries(fiber_pool ${lib_all} ${JEMALLOC} -lpthread)
9393
else()
9494
target_link_libraries(fiber_pool ${lib_all})
9595
endif()

0 commit comments

Comments
 (0)