Changeset 344
- Timestamp:
- 05/21/08 13:13:25 (5 months ago)
- Files:
-
- 1 modified
-
trunk/CMakeModules/FindBluetooth.cmake (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/CMakeModules/FindBluetooth.cmake
r339 r344 27 27 mark_as_advanced ( ${i}_LIBRARY ) 28 28 endforeach ( i ) 29 set ( Bluetooth_LIBRARIES "${Bluetooth_LIBRARIES}" CACHE STRING "" )30 mark_as_advanced ( Bluetooth_LIBRARIES )31 29 add_definitions ( -DHAVE_SDPLIB ) 32 30 else ( PKGCONFIG_BLUEZ_FOUND ) … … 39 37 mark_as_advanced ( Bluetooth_INCLUDE_DIRS ) 40 38 41 find_library ( OpenObex_LIBRARY39 find_library ( bluetooth_LIBRARY 42 40 NAMES 43 41 bluetooth … … 45 43 lib 46 44 ) 47 set ( Bluetooth_LIBRARIES ${ Bluetooth_LIBRARY} CACHE STRING "")48 mark_as_advanced ( Bluetooth_LIBRARY Bluetooth_LIBRARIES)45 set ( Bluetooth_LIBRARIES ${bluetooth_LIBRARY} ) 46 mark_as_advanced ( bluetooth_LIBRARY ) 49 47 50 48 if ( Bluetooth_INCLUDE_DIRS AND Bluetooth_LIBRARIES )
