From 27415c5b91d6fdc81166fe83433d73f1b6c3d1fb Mon Sep 17 00:00:00 2001 From: redcode Date: Sat, 21 May 2022 02:04:09 +0200 Subject: [PATCH] Updated the download URL. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8f33b27..12438c8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -335,12 +335,12 @@ if(${PROJECT_NAME}_WITH_TESTS) _download_files( "${CMAKE_CURRENT_SOURCE_DIR}/support/firmware.sha512sum" - "http://zxe.io/downloads/support/firmware" + "http://zxe.io/depot/firmware" "${CMAKE_CURRENT_BINARY_DIR}/downloads/firmware") _download_files( "${CMAKE_CURRENT_SOURCE_DIR}/support/software.sha512sum" - "http://zxe.io/downloads/support/software" + "http://zxe.io/depot/software" "${CMAKE_CURRENT_BINARY_DIR}/downloads/software") if ( "${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 3.18 AND