1
0
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:
yangfl 2018-11-21 20:13:13 +08:00
parent 793d744705
commit ec9d9850bf

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.