Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 9, 2013, 1:04:09 PM (11 years ago)
Author:
georgr
Message:

lag sorta fixed - it disappears after ~40s, but will reappear for unknown reasons

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/wiimote/cmake/tools/FindBluetooth.cmake

    r9827 r9876  
    22        #FIND_PATH(BLUETOOTH_INCLUDE_DIR NAMES bluetooth PATHS /usr/include/bluetooth/ /usr/local/include/bluetooth /home/georgr/libbluetooth-dev/libbluetooth-dev/usr/include/bluetooth)
    33        #FIND_LIBRARY(BLUETOOTH_LIBRARY NAMES bluetooth PATHS  /usr/lib/ /usr/lib/x86_64-linux-gnu /home/georgr/libbluetooth-dev/libbluetooth-dev/usr/lib/x86_64-linux-gnu)
    4         FIND_PATH(BLUETOOTH_INCLUDE_DIR bluetooth /home/georgr/libbluetooth-dev/libbluetooth-dev/usr/include/)
    5         FIND_LIBRARY(BLUETOOTH_LIBRARY NAMES bluetooth PATHS  /home/georgr/libbluetooth-dev/libbluetooth-dev/usr/lib/x86_64-linux-gnu/)
     4        FIND_PATH(BLUETOOTH_INCLUDE_DIR bluetooth /usr/include/)
     5        FIND_LIBRARY(BLUETOOTH_LIBRARY NAMES bluetooth PATHS  /usr/lib/x86_64-linux-gnu/)
    66        MESSAGE(STATUS "Bluetooth library test: ${BLUETOOTH_LIBRARY}")
    77        MESSAGE(STATUS "Bluetooth header test: ${BLUETOOTH_INCLUDE_DIR}")
Note: See TracChangeset for help on using the changeset viewer.