1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-05-23 16:46:55 -04:00

Merge pull request #2731 from srcejon/fix_2730

Add find_package(FLAC) for when !ENABLE_EXTERNAL_LIBRARIES
This commit is contained in:
Edouard Griffiths 2026-05-19 19:22:50 +02:00 committed by GitHub
commit c67c8e593e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -903,6 +903,7 @@ if (NOT ENABLE_EXTERNAL_LIBRARIES OR (ENABLE_EXTERNAL_LIBRARIES STREQUAL "AUTO")
find_package(GGMorse)
find_package(LibInmarsatC)
find_package(RNnoise)
find_package(FLAC)
# Devices
if(ENABLE_AIRSPY)

View File

@ -11,7 +11,7 @@ IF(NOT FLAC_FOUND)
)
FIND_LIBRARY(
FLAC_LIBRARY
FLAC_LIBRARIES
NAMES FLAC
libFLAC
HINTS ${FLAC_DIR}/lib