CMakeLists: Fix build on Linux with CMake versions less than 3.25.

This commit is contained in:
Jordan Woyak
2025-11-06 02:41:55 -06:00
parent 2170080f53
commit 1e144a7cfd
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -755,7 +755,7 @@ elseif(UNIX)
endif()
# Bluez doesn't support all the communication modes on FreeBSD, so only using it on Linux
if(CMAKE_SYSTEM_NAME MATCHES "Linux")
if(LINUX)
option(ENABLE_BLUEZ "Enables bluetooth support" ON)
if(ENABLE_BLUEZ)
find_package(BlueZ)