Skip to content

Commit 0f0a069

Browse files
committed
Build system improvements.
1 parent 20dd946 commit 0f0a069

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

CMakeLists.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -436,14 +436,14 @@ if(${PROJECT_NAME}_WITH_TESTING_TOOL)
436436
(NOT ZLIB_FOUND OR NOT libzip_FOUND)
437437
)
438438
message(WARNING
439-
"libzip or zlib were not found on your system, which will cause "
440-
"`test-Z80` to be built without archive extraction support. When "
441-
"this happens, the build system extracts the test files that "
442-
"are compressed so that `test-Z80` can use them later, but this "
443-
"has failed because the version of CMake you are using is too "
444-
"old and does not support archive extraction.\n"
445-
"To fix this, expand all archives with \".tar.gz\" or \".zip\" "
446-
"extension located in "
439+
"libzip or zlib could not be found on your system, which causes "
440+
"`test-Z80` to be built without archive extraction support. "
441+
"In this case, the build system normally extracts compressed test "
442+
"files so that `test-Z80` can use them later, but this step has "
443+
"failed because the version of CMake you are using is too old and "
444+
"does not support archive extraction.\n"
445+
"To fix this, extract all archives with the \".tar.gz\" or \".zip\" "
446+
"extension located under "
447447
"\"${CMAKE_CURRENT_BINARY_DIR}/depot/software/**/\".")
448448
endif()
449449
endif()
@@ -457,7 +457,7 @@ if(${PROJECT_NAME}_WITH_TESTING_TOOL)
457457
set(_test_name "Z80 test suites for CP/M and ZX Spectrum")
458458

459459
if(${PROJECT_NAME}_WITH_EXECUTE)
460-
string(APPEND _test_name " (use `z80_execute`)")
460+
string(APPEND _test_name " (using `z80_execute`)")
461461
endif()
462462

463463
add_test(
@@ -473,7 +473,7 @@ if(${PROJECT_NAME}_WITH_TESTING_TOOL)
473473

474474
if(${PROJECT_NAME}_WITH_EXECUTE)
475475
add_test(
476-
NAME "Z80 test suites for CP/M and ZX Spectrum (use `z80_run`)"
476+
NAME "Z80 test suites for CP/M and ZX Spectrum (using `z80_run`)"
477477
COMMAND test-${PROJECT_NAME}
478478
--run
479479
--path "${_depot_dir}/firmware"

0 commit comments

Comments
 (0)