You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FRAMEWORKDESTINATION${CMAKE_INSTALL_BINDIR}COMPONENTlibs # for mac
113
-
PUBLIC_HEADERDESTINATION${CMAKE_INSTALL_INCLUDEDIR}/${NAMESPACE}/bluetooth COMPONENTdevel # headers for mac (note the different component -> different package)
114
-
INCLUDES DESTINATION${CMAKE_INSTALL_INCLUDEDIR}/${NAMESPACE}# default include path
check_struct_has_member("struct mgmt_ltk_info" central "../include/bluetooth/bluetooth.h;../include/bluetooth/mgmt.h" NO_INCLUSIVE_LANGUAGE LANGUAGE C)
97
100
98
101
if(${NO_INCLUSIVE_LANGUAGE})
99
-
message(STATUS"Your version of bluez don't uses inclusive language anymore")
102
+
message(VERBOSE"Your version of bluez don't uses inclusive language anymore")
check_struct_has_member("struct mgmt_ltk_info" central "../include/bluetooth/bluetooth.h;../include/bluetooth/mgmt.h" NO_INCLUSIVE_LANGUAGE LANGUAGE C)
80
83
81
84
if(${NO_INCLUSIVE_LANGUAGE})
82
-
message(STATUS"Your version of bluez don't uses inclusive language anymore")
85
+
message(VERBOSE"Your version of bluez don't uses inclusive language anymore")
0 commit comments