Skip to content

Commit

Permalink
Added status formating
Browse files Browse the repository at this point in the history
  • Loading branch information
erinharrington-12 committed Jun 4, 2024
1 parent ed99ad5 commit 26758c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbus/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ foreach (interface ${NETWORK_MANAGER_INTERFACES})
string (REPLACE "." "_" basename ${interface})
set_source_files_properties(${CMAKE_CURRENT_SOURCE_DIR}/${interface}.xml PROPERTIES NO_NAMESPACE ON)
qt_add_dbus_interface(INTERFACE_SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/${interface}.xml ${basename})
message(STATUS "Adding DBus interface ${interface} ${NETWORK_MANAGER_SOURCES}")
message(STATUS "Adding DBus interface ${interface} ${NETWORK_MANAGER_SOURCES} /n")
list(APPEND NETWORK_MANAGER_SOURCES ${INTERFACE_SOURCES})
endforeach()

Expand Down

0 comments on commit 26758c8

Please sign in to comment.