CMakeLists.txt

This commit is contained in:
redcode
2022-06-22 20:15:41 +02:00
parent 8915751ce9
commit b1ccd7acb6

View File

@@ -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()