1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Merge pull request #5441

yangfl (1):
      chore(cmake): add missing CheckLibraryExists in CheckAtomic.cmake
This commit is contained in:
sudden6 2018-11-22 16:22:05 +01:00
commit 63f56b7c29
No known key found for this signature in database
GPG Key ID: 279509B499E032B9

View File

@ -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.