Skip to content

Fix build on linux clang targets

Sharaf Zaman requested to merge szaman/krita:fix-build-clang into master

In CheckAtomic.cmake we include is_lock_free because these routines don't seem to be included in the compiler's "simple atomics". This triggers a failure in clang toolchain, forcing it to link libatomic.

The error: ld.lld: error: undefined symbol: __atomic_is_lock_free

Merge request reports