Browse Source

chore(cmake): add missing CheckLibraryExists in CheckAtomic.cmake

reviewable/pr5441/r1
yangfl 7 years ago
parent
commit
ec9d9850bf
  1. 1
      cmake/CheckAtomic.cmake

1
cmake/CheckAtomic.cmake

@ -1,6 +1,7 @@ @@ -1,6 +1,7 @@
# atomic builtins are required for threading support.
INCLUDE(CheckCXXSourceCompiles)
INCLUDE(CheckLibraryExists)
# Sometimes linking against libatomic is required for atomic ops, if
# the platform doesn't support lock-free atomics.

Loading…
Cancel
Save