mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
chore(cmake): add missing CheckLibraryExists in CheckAtomic.cmake
This commit is contained in:
parent
793d744705
commit
ec9d9850bf
|
@ -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