diff options
-rw-r--r-- | modules/FindBlueZ.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/FindBlueZ.cmake b/modules/FindBlueZ.cmake index 74e33a56..04e636f6 100644 --- a/modules/FindBlueZ.cmake +++ b/modules/FindBlueZ.cmake @@ -35,10 +35,10 @@ find_library(BLUEZ_LIBRARY NAMES bluetooth ${PC_BLUEZ_LIBRARY_DIRS} ) -set(BLUEZ_LIBRARIES ${BLUEZ_LIBRARY} ) +set(BLUEZ_LIBRARIES ${BLUEZ_LIBRARY}) include(FindPackageHandleStandardArgs) find_package_handle_standard_args(BlueZ DEFAULT_MSG BLUEZ_LIBRARY BLUEZ_INCLUDE_DIR) # show the BLUEZ_INCLUDE_DIR and BLUEZ_LIBRARY variables only in the advanced view -mark_as_advanced(BLUEZ_INCLUDE_DIR BLUEZ_LIBRARY ) +mark_as_advanced(BLUEZ_INCLUDE_DIR BLUEZ_LIBRARY) |