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
Copy file name to clipboardExpand all lines: Source/bluetooth/audio/CMakeLists.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ include(CheckStructHasMember)
99
99
check_struct_has_member("struct mgmt_ltk_info" central "../include/bluetooth/bluetooth.h;../include/bluetooth/mgmt.h" NO_INCLUSIVE_LANGUAGE LANGUAGE C)
100
100
101
101
if(${NO_INCLUSIVE_LANGUAGE})
102
-
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")
Copy file name to clipboardExpand all lines: Source/bluetooth/gatt/CMakeLists.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ include(CheckStructHasMember)
82
82
check_struct_has_member("struct mgmt_ltk_info" central "../include/bluetooth/bluetooth.h;../include/bluetooth/mgmt.h" NO_INCLUSIVE_LANGUAGE LANGUAGE C)
83
83
84
84
if(${NO_INCLUSIVE_LANGUAGE})
85
-
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