Browse Source

Merge pull request #5441

yangfl (1):
      chore(cmake): add missing CheckLibraryExists in CheckAtomic.cmake
reviewable/pr5443/r2
sudden6 7 years ago
parent
commit
63f56b7c29
No known key found for this signature in database
GPG Key ID: 279509B499E032B9
  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