We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26f080a commit e069512Copy full SHA for e069512
CMakeLists.txt
@@ -13,7 +13,7 @@ add_library(slick_queue INTERFACE)
13
target_include_directories(slick_queue INTERFACE include)
14
15
if(UNIX AND NOT APPLE)
16
- target_link_libraries(slick_queue INTERFACE rt)
+ target_link_libraries(slick_queue INTERFACE rt atomic)
17
endif()
18
19
if (MSVC)
0 commit comments