From bc41c7300baaba13b9828cefc2ec7f44ad5fa4f1 Mon Sep 17 00:00:00 2001 From: Mathieu Schroeter Date: Fri, 15 Dec 2017 10:19:58 +0100 Subject: [PATCH] Fix output file name for pulseaudio sources --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5837d8f..355927e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -103,7 +103,7 @@ if (UNIX AND NOT APPLE) ) file (DOWNLOAD https://freedesktop.org/software/pulseaudio/releases/pulseaudio-11.0.tar.xz - ${CMAKE_CURRENT_SOURCE_DIR}/externals/pulseaudio.tar.gz + ${CMAKE_CURRENT_SOURCE_DIR}/externals/pulseaudio.tar.xz SHOW_PROGRESS ) endif ()