diff options
author | Allen Winter <allen.winter@kdab.com> | 2011-09-22 09:04:19 -0400 |
---|---|---|
committer | Allen Winter <allen.winter@kdab.com> | 2011-09-22 09:04:19 -0400 |
commit | 36e11f9b810bb58206da1976c8fd653c4d635273 (patch) | |
tree | 0e5ec3c9bc0835625d77cf27f9dd1596ccf52b30 /modules | |
parent | b418d0295c11781143986c0554b208ab8a2c83ba (diff) | |
download | extra-cmake-modules-36e11f9b810bb58206da1976c8fd653c4d635273.tar.gz extra-cmake-modules-36e11f9b810bb58206da1976c8fd653c4d635273.tar.bz2 |
minor whitespace
Diffstat (limited to 'modules')
-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) |