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:
commit
c67c8e593e
@ -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)
|
||||
|
||||
@ -11,7 +11,7 @@ IF(NOT FLAC_FOUND)
|
||||
)
|
||||
|
||||
FIND_LIBRARY(
|
||||
FLAC_LIBRARY
|
||||
FLAC_LIBRARIES
|
||||
NAMES FLAC
|
||||
libFLAC
|
||||
HINTS ${FLAC_DIR}/lib
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user