projects
/
kdiff3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e30ffb
)
Adding libatomic for some 32 bit targets
author
Debian KDE Extras Team
<pkg-kde-extras@lists.alioth.debian.org>
Thu, 21 Jan 2021 10:40:18 +0000
(10:40 +0000)
committer
Pino Toscano
<pino@debian.org>
Thu, 21 Jan 2021 10:40:18 +0000
(10:40 +0000)
Gbp-Pq: Name libatomic.diff
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index e9c52caf27502a86ce1e39d9a6076a14fd3c2487..f90b96ab8e9c38a22d95be87ee7e22875f9a6d3c 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-53,7
+53,7
@@
find_package(
option(ENABLE_AUTO "Enable kdiff3's '--auto' flag" ON)
option(ENABLE_CLANG_TIDY "Run clang-tidy if available and cmake version >=3.6" OFF)
-set(KDiff3_LIBRARIES ${Qt5PrintSupport_LIBRARIES} KF5::I18n KF5::CoreAddons KF5::Crash KF5::IconThemes )
+set(KDiff3_LIBRARIES ${Qt5PrintSupport_LIBRARIES} KF5::I18n KF5::CoreAddons KF5::Crash KF5::IconThemes
atomic
)
if (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
#Adjust clang specific warnings