Skip to content

Commit

Permalink
GHI #20 Add attribution to code snippet [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
doodspav committed Nov 24, 2023
1 parent 0d799fd commit ba50d47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ if(NOT GTEST_INCLUDE_DIRS)
endif()
endif()

# get libatomic (.so.1 in case of no namelink, e.g. FC19 and Ubuntu)
# get libatomic if it exists (.so.1 in case of no namelink, e.g. FC19 and Ubuntu)
# courtesy of HP's foedus_code's FindGccAtomic.cmake (the .so.1 part)
find_library(libatomic NAMES atomic atomic.so.1 libatomic.so.1)

# link GTest to libatomic if it exists
Expand Down

0 comments on commit ba50d47

Please sign in to comment.