Skip to content

Commit e069512

Browse files
committed
fix linux build
1 parent 26f080a commit e069512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ add_library(slick_queue INTERFACE)
1313
target_include_directories(slick_queue INTERFACE include)
1414

1515
if(UNIX AND NOT APPLE)
16-
target_link_libraries(slick_queue INTERFACE rt)
16+
target_link_libraries(slick_queue INTERFACE rt atomic)
1717
endif()
1818

1919
if (MSVC)

0 commit comments

Comments
 (0)