1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-10-17 14:10:25 -04:00

Try master branch for dab

This commit is contained in:
Jon Beniston 2025-09-20 15:33:10 +01:00
parent b58493262b
commit b8f6859e6e

View File

@ -978,7 +978,7 @@ if (ZLIB_FOUND AND FAAD_FOUND AND ENABLE_CHANNELRX_DEMODDAB)
else(WIN32)
ExternalProject_Add(dab
GIT_REPOSITORY https://github.com/srcejon/dab-cmdline.git
GIT_TAG msvc
GIT_TAG master
DEPENDS ${ZLIB_DEPENDS} ${FAAD_DEPENDS}
PREFIX "${EXTERNAL_BUILD_LIBRARIES}/dab"
SOURCE_SUBDIR "library"