mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-04-10 19:15:13 +00:00
(Linux) Fixed a CMake find module name mismatch for BlueZ
This commit is contained in:
parent
1d8baa5910
commit
0909f5e99a
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue