Skip to content

Commit

Permalink
CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
redcode committed Feb 9, 2023
1 parent 90d80ff commit b11d6c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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/**/`")
Expand Down

0 comments on commit b11d6c2

Please sign in to comment.