(Linux) Fixed a CMake find module name mismatch for BlueZ

This commit is contained in:
Leon Styhre 2025-02-24 21:13:49 +01:00
parent 1d8baa5910
commit 0909f5e99a
2 changed files with 1 additions and 1 deletions

View file

@ -145,7 +145,7 @@ elseif(WIN32)
message(FATAL_ERROR "-- You need to build the dependencies in ./external first") message(FATAL_ERROR "-- You need to build the dependencies in ./external first")
endif() endif()
elseif(NOT EMSCRIPTEN AND NOT ANDROID AND NOT IOS) elseif(NOT EMSCRIPTEN AND NOT ANDROID AND NOT IOS)
find_package(BlueZ REQUIRED) find_package(Bluez REQUIRED)
find_package(CURL REQUIRED) find_package(CURL REQUIRED)
find_package(FFmpeg REQUIRED) find_package(FFmpeg REQUIRED)
find_package(FreeImage REQUIRED) find_package(FreeImage REQUIRED)