Skip to content
GitLab
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
85f3280c
Commit
85f3280c
authored
Feb 24, 2022
by
Laurent Montel
Browse files
Fix cmake variable
parent
0589dcdb
Pipeline
#141753
passed with stage
in 5 minutes and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
85f3280c
...
...
@@ -223,10 +223,10 @@ endif()
check_include_files
(
unistd.h HAVE_UNISTD_H
)
if
(
IS_ABSOLUTE
"
${
DBUS
_
INTERFACE
S_INSTALL_
DIR
}
"
)
set
(
AKONADI_DBUS_INTERFACES_INSTALL_DIR
"
${
DBUS
_
INTERFACE
S_INSTALL_
DIR
}
"
)
if
(
IS_ABSOLUTE
"
${
KDE_INSTALL_
DBUSINTERFACEDIR
}
"
)
set
(
AKONADI_DBUS_INTERFACES_INSTALL_DIR
"
${
KDE_INSTALL_
DBUSINTERFACEDIR
}
"
)
else
()
set
(
AKONADI_DBUS_INTERFACES_INSTALL_DIR
"
${
CMAKE_INSTALL_PREFIX
}
/
${
DBUS
_
INTERFACE
S_INSTALL_
DIR
}
"
)
set
(
AKONADI_DBUS_INTERFACES_INSTALL_DIR
"
${
CMAKE_INSTALL_PREFIX
}
/
${
KDE_INSTALL_
DBUSINTERFACEDIR
}
"
)
endif
()
if
(
IS_ABSOLUTE
"
${
KDE_INSTALL_INCLUDEDIR_KF
}
"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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