┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorElvis Angelaccio <[email protected]>2019-12-24 19:30:44 +0100
committerElvis Angelaccio <[email protected]>2019-12-24 19:30:44 +0100
commit61edac18424908c0184d66fc8cfa87f36bb7d470 (patch)
treec2ad27a1885a84e67c9176a006aef39f8eeebb1b /cmake
parent224028d931bf62f257cc6b2c4f7f51a1f42f4bd9 (diff)
Use non-deprecated install dir variables from ECM
Diffstat (limited to 'cmake')
-rw-r--r--cmake/DbusInterfaceMacros.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/DbusInterfaceMacros.cmake b/cmake/DbusInterfaceMacros.cmake
index 1083dfd44..b5f6a80b0 100644
--- a/cmake/DbusInterfaceMacros.cmake
+++ b/cmake/DbusInterfaceMacros.cmake
@@ -9,7 +9,7 @@ macro (generate_and_install_dbus_interface main_project_target header_file outpu
)
install(
FILES ${CMAKE_CURRENT_BINARY_DIR}/${output_xml_file}
- DESTINATION ${DBUS_INTERFACES_INSTALL_DIR}
+ DESTINATION ${KDE_INSTALL_DBUSINTERFACEDIR}
)
add_dependencies(
${main_project_target}