1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-26 13:33:23 -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
2 changed files with 2 additions and 1 deletions
+1
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)
+1 -1
View File
@@ -11,7 +11,7 @@ IF(NOT FLAC_FOUND)
)
FIND_LIBRARY(
FLAC_LIBRARY
FLAC_LIBRARIES
NAMES FLAC
libFLAC
HINTS ${FLAC_DIR}/lib