Skip to content

Check if exteral library is needed to have atomic support.

Sandro Knauß requested to merge work/check_atomic into master

Akonadi is using atomic feature. Not every platform has direct support for it. For some libatomic is needed. CheckAtomic from extra-cmake-modules make sure, test this feature and add the library if needed.

Fixes: https://bugs.debian.org/961647

Merge request reports