1
0
Fork 0

Fix a typo on Windows

This commit is contained in:
James Turner 2019-05-27 17:47:24 +01:00
parent bd2c524b21
commit db8985fc76

View file

@ -12,7 +12,7 @@ if(WIN32)
add_library(DBus UNKNOWN IMPORTED)
set_target_properties(DBus PROPERTIES
INTERFACE_INCLUDE_DIRECTORIES "${DBUS_INCLUDE_DIRS}"
IMPORTED_LOCATION "${DBUS_LIBRARIES)}"
IMPORTED_LOCATION "${DBUS_LIBRARIES}"
)
endif()
else()