Skip to content

Commit

Permalink
Link flesnet also against libatomic.
Browse files Browse the repository at this point in the history
  • Loading branch information
cuveland committed Nov 1, 2016
1 parent e8f93a8 commit 85861eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/flesnet/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ if(LIBNUMA AND USE_LIBNUMA)
target_link_libraries(flesnet ${LIBNUMA})
endif()
if(CMAKE_SYSTEM_NAME STREQUAL "Linux")
target_link_libraries(flesnet pthread rt)
target_link_libraries(flesnet pthread rt atomic)
endif()

0 comments on commit 85861eb

Please sign in to comment.