lock rohrkabel to fixed version

This commit is contained in:
Malte Jürgens
2022-07-20 19:06:02 +02:00
parent 6d0a95c950
commit b30c5cb43c
3 changed files with 7 additions and 3 deletions

View File

@@ -24,7 +24,11 @@ set(discord-screenaudio_SRC
include(FetchContent)
FetchContent_Declare(rohrkabel GIT_REPOSITORY "https://github.com/Soundux/rohrkabel")
FetchContent_Declare(
rohrkabel
GIT_REPOSITORY "https://github.com/Soundux/rohrkabel"
GIT_TAG "d87403f48d3a95aa4bcf4cd60112d9e4bb090d5d"
)
FetchContent_MakeAvailable(rohrkabel)
add_executable(discord-screenaudio ${discord-screenaudio_SRC})