1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-10-13 18:57:48 -04:00

Use ggmorse fork with cmake 4 fix

This commit is contained in:
Jon Beniston 2025-09-20 15:32:29 +01:00
parent e46b8a953a
commit b58493262b

View File

@ -885,7 +885,8 @@ if(ENABLE_FEATURE_MORSEDECODER)
set(GGMORSE_LIBRARIES "${EXTERNAL_BUILD_LIBRARIES}/lib${LIB_SUFFIX}/libggmorse${CMAKE_SHARED_LIBRARY_SUFFIX}" CACHE INTERNAL "")
endif()
ExternalProject_Add(ggmorse
GIT_REPOSITORY https://github.com/ggerganov/ggmorse.git
GIT_REPOSITORY https://github.com/srcejon/ggmorse.git
GIT_TAG "cmake4"
PREFIX "${EXTERNAL_BUILD_LIBRARIES}/ggmorse"
CMAKE_ARGS ${COMMON_CMAKE_ARGS}
-DGGMORSE_BUILD_TESTS=OFF