Merge pull request #1745 from srcejon/fix_1741

Switch to codec2-dev repo to access v1.0.3 tag.
This commit is contained in:
Edouard Griffiths 2023-07-28 00:38:04 +02:00 committed by GitHub
commit c2f40d6a80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

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}