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:
commit
63f56b7c29
|
@ -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…
Reference in New Issue
Block a user