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
On macOS 12 with the openal-soft 1.24.1 source extracted, I'm running cmake with the -DALSOFT_RTKIT=OFF flag, among others.
When ALSOFT_RTKIT is falsy, find_package(DBus1 QUIET) does not get run.
However cmake prints this message (and then continues successfully and the build works):
-- Could NOT find DBus1 (missing: DBus1_INCLUDE_DIRS DBus1_LIBRARIES)
It seems to me that if I have disabled the feature that requires dbus, and the build does not attempt to find dbus, it should not print a message that dbus could not be found.
On macOS 12 with the openal-soft 1.24.1 source extracted, I'm running
cmake
with the-DALSOFT_RTKIT=OFF
flag, among others.When
ALSOFT_RTKIT
is falsy,find_package(DBus1 QUIET)
does not get run.However
cmake
prints this message (and then continues successfully and the build works):It seems to me that if I have disabled the feature that requires dbus, and the build does not attempt to find dbus, it should not print a message that dbus could not be found.
This is the code:
openal-soft/CMakeLists.txt
Lines 688 to 722 in 6790234
The text was updated successfully, but these errors were encountered: