From: Iain Hibbert <plu...@netbsd.org> --- CMakeModules/FindBluetooth.cmake | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/CMakeModules/FindBluetooth.cmake b/CMakeModules/FindBluetooth.cmake index a62032d..9d82a84 100644 --- a/CMakeModules/FindBluetooth.cmake +++ b/CMakeModules/FindBluetooth.cmake @@ -73,7 +73,7 @@ elseif ( CMAKE_SYSTEM_NAME STREQUAL "FreeBSD" ) mark_as_advanced ( Bluetooth_LIBRARIES ) if ( Bluetooth_INCLUDE_DIRS ) - set ( CMAKE_REQUIRED_INCLUDES ${Bluetooth_INLUDE_DIRS} ) + set ( CMAKE_REQUIRED_INCLUDES ${Bluetooth_INCLUDE_DIRS} ) CHECK_C_SOURCE_COMPILES ( "#include <bluetooth.h> int main () { @@ -102,7 +102,7 @@ elseif ( CMAKE_SYSTEM_NAME STREQUAL "NetBSD" ) mark_as_advanced ( Bluetooth_LIBRARIES ) if ( Bluetooth_INCLUDE_DIRS ) - set ( CMAKE_REQUIRED_INCLUDES ${Bluetooth_INLUDE_DIRS} ) + set ( CMAKE_REQUIRED_INCLUDES ${Bluetooth_INCLUDE_DIRS} ) CHECK_C_SOURCE_COMPILES ( "#include <bluetooth.h> int main () { -- 1.7.5.4 ------------------------------------------------------------------------------ Got Input? Slashdot Needs You. Take our quick survey online. Come on, we don't ask for help often. Plus, you'll get a chance to win $100 to spend on ThinkGeek. http://p.sf.net/sfu/slashdot-survey _______________________________________________ Openobex-users mailing list Openobex-users@lists.sourceforge.net http://lists.sourceforge.net/lists/listinfo/openobex-users