Fix build issue due to recent samplerate changes.

pull/338/head
Mooneer Salem 2023-01-15 02:16:25 -08:00
parent b4006ebf67
commit 0144bf9e2b
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ FetchContent_Declare(
GIT_REPOSITORY https://github.com/libsndfile/libsamplerate.git
GIT_SHALLOW TRUE
GIT_PROGRESS TRUE
GIT_TAG master
GIT_TAG 0.2.2
)
FetchContent_GetProperties(samplerate)