From b11d6c2427a5ffc8e1e79b3faa5816abb56a4ef8 Mon Sep 17 00:00:00 2001 From: redcode Date: Thu, 9 Feb 2023 14:42:22 +0100 Subject: [PATCH] CMakeLists.txt --- CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9bfe227..3b9bae0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -356,10 +356,10 @@ if(${PROJECT_NAME}_WITH_TESTS) message(WARNING "libzip or zlib was not found on your system, which will cause the " "test-Z80 tool to be built without archive extraction support. When " - "this happens, the build script extracts those downloaded tests that " - "are compressed so that test-Z80 can use them later, but this has " - "failed because the version of CMake you are using is too old and " - "does not support archive extraction.\n" + "this happens, the build script extracts those test files that are " + "compressed so that test-Z80 can use them later, but this has failed " + "because the version of CMake you are using is too old and does not " + "support archive extraction.\n" "To fix this, extract all files with `.tar.gz` or `.zip` extension " "located in " "`${CMAKE_CURRENT_BINARY_DIR}/depot/software/**/`")