From b617b5367010db4b15d56d74e3f0a830f7d6dbf6 Mon Sep 17 00:00:00 2001 From: redcode Date: Fri, 17 Jun 2022 11:31:45 +0200 Subject: [PATCH] CMakeLists.txt --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f906fc1..ae5568c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -357,8 +357,7 @@ if(${PROJECT_NAME}_WITH_TESTS) "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 the same directory.") + "\"${CMAKE_CURRENT_BINARY_DIR}/downloads/software/**/\"") endif() endif()