1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-25 22:36:34 -04:00

Switch to codec2-dev repo to access v1.0.3 tag. For #1741

This commit is contained in:
Jon Beniston 2023-07-27 15:07:03 +01:00
parent d484b4d9f7
commit 610ae40e95

View File

@ -595,8 +595,10 @@ if ((NOT CODEC2_FOUND OR CODEC2_EXTERNAL) AND NOT USE_PRECOMPILED_LIBS)
elseif (LINUX)
set(CODEC2_LIBRARIES "${EXTERNAL_BUILD_LIBRARIES}/lib${LIB_SUFFIX}/libcodec2${CMAKE_SHARED_LIBRARY_SUFFIX}" CACHE INTERNAL "")
endif ()
# Repo temp set to codec2-dev to use v1.0.3 tag
# Should revert to codec2 when we eventually update to latest (v1.2.0+) release
ExternalProject_Add(codec2
GIT_REPOSITORY https://github.com/drowe67/codec2.git
GIT_REPOSITORY https://github.com/drowe67/codec2-dev.git
GIT_TAG ${CODEC2_TAG}
PREFIX "${EXTERNAL_BUILD_LIBRARIES}/codec2"
CMAKE_ARGS ${COMMON_CMAKE_ARGS}