Skip to content

Commit

Permalink
Better warnings in CMake.
Browse files Browse the repository at this point in the history
redcode committed Sep 9, 2024
1 parent 3c3f1cf commit 453b28d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -395,9 +395,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}/depot/software/**/`")
"To fix this, expand all archives with \".tar.gz\" or \".zip\" "
"extension located in "
"\"${CMAKE_CURRENT_BINARY_DIR}/depot/software/**/\".")
endif()
endif()

0 comments on commit 453b28d

Please sign in to comment.