┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/cmake/DbusInterfaceMacros.cmake
diff options
context:
space:
mode:
authorElvis Angelaccio <[email protected]>2019-05-12 13:09:39 +0200
committerElvis Angelaccio <[email protected]>2019-05-12 13:12:01 +0200
commit863112002c00878c1722f4a12c178212c998e3f4 (patch)
treef249ecd530f1965e0ed982727b05d88d11c92487 /cmake/DbusInterfaceMacros.cmake
parentd7555d8e11311c16f6dadc14abd9b3fb9a03a085 (diff)
Fix indentation
GIT_SILENT
Diffstat (limited to 'cmake/DbusInterfaceMacros.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 71ad9067d..1083dfd44 100644
--- a/cmake/DbusInterfaceMacros.cmake
+++ b/cmake/DbusInterfaceMacros.cmake
@@ -6,7 +6,7 @@ macro (generate_and_install_dbus_interface main_project_target header_file outpu
add_custom_target(
${output_xml_file}_target
SOURCES ${CMAKE_CURRENT_BINARY_DIR}/${output_xml_file}
- )
+ )
install(
FILES ${CMAKE_CURRENT_BINARY_DIR}/${output_xml_file}
DESTINATION ${DBUS_INTERFACES_INSTALL_DIR}