From b1ccd7acb636b59cf1d04718432625e8c867b8de Mon Sep 17 00:00:00 2001 From: redcode Date: Wed, 22 Jun 2022 20:15:41 +0200 Subject: [PATCH] CMakeLists.txt --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0bc67c3..2c047e4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -355,9 +355,9 @@ if(${PROJECT_NAME}_WITH_TESTS) "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}/downloads/software/**/\"") + "To fix this, extract all files with `.tar.gz` or `.zip` extension " + "located in " + "`${CMAKE_CURRENT_BINARY_DIR}/downloads/software/**/`") endif() endif()