Fix a typo on Windows
This commit is contained in:
parent
bd2c524b21
commit
db8985fc76
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue