Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Akonadi Contacts
Commits
f81fdb9f
Commit
f81fdb9f
authored
Dec 30, 2020
by
Johnny Jazeix
Browse files
Fix msvc build on
https://build.kde.org
parent
ea6f1a7e
Pipeline
#45766
passed with stage
in 17 minutes and 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
f81fdb9f
...
...
@@ -53,7 +53,7 @@ find_package(KF5Mime ${KMIMELIB_VERSION} CONFIG REQUIRED)
find_package
(
KF5Akonadi
${
AKONADI_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5Libkleo
${
LIBKLEO_LIB_VERSION
}
CONFIG
)
if
(
NOT WIN32
OR MSVC
)
if
(
NOT WIN32
)
set_package_properties
(
KF5Libkleo PROPERTIES TYPE REQUIRED
)
endif
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment