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
Commits
d266e41b
Commit
d266e41b
authored
Sep 10, 2021
by
Laurent Montel
😁
Browse files
I think that now all includes were ported. We can activate it
parent
0f4c41da
Pipeline
#79799
passed with stage
in 14 minutes and 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
cmake/modules/AkonadiMacros.cmake
View file @
d266e41b
...
...
@@ -89,7 +89,7 @@ endfunction()
function
(
_akonadi_generate_compat_header compat_header header include_path
)
set
(
content
"#include <akonadi/
${
header
}
>
\n
"
)
# enable once all PIM repos have been adapted, too much noise before
#
string(APPEND content "#pragma message(\"Deprecated header, will be removed for Akonadi 5.19. Use #include <${include_path}> instead.\")\n")
string
(
APPEND content
"#pragma message(
\"
Deprecated header, will be removed for Akonadi 5.19. Use #include <
${
include_path
}
> instead.
\"
)
\n
"
)
file
(
GENERATE OUTPUT
"
${
compat_header
}
"
CONTENT
"
${
content
}
"
)
endfunction
()
...
...
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