From 9e52aaa01d9d6101d0d49fd136bc9ca94bc0bba4 Mon Sep 17 00:00:00 2001 From: Yuri Kunde Schlesner Date: Tue, 8 Sep 2015 19:16:44 -0300 Subject: CMake: Point binary downloads to new official repo --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 55880990c..0bf2df504 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ function(download_bundled_external remote_path lib_name prefix_var) if (NOT EXISTS "${prefix}") message(STATUS "Downloading binaries for ${lib_name}...") file(DOWNLOAD - https://github.com/yuriks/citra-depends/raw/master/${remote_path}${lib_name}.7z + https://github.com/citra-emu/ext-windows-bin/raw/master/${remote_path}${lib_name}.7z "${CMAKE_BINARY_DIR}/externals/${lib_name}.7z" SHOW_PROGRESS) execute_process(COMMAND ${CMAKE_COMMAND} -E tar xf "${CMAKE_BINARY_DIR}/externals/${lib_name}.7z" WORKING_DIRECTORY "${CMAKE_BINARY_DIR}/externals") -- cgit v1.2.3