Skip to content

Commit

Permalink
clarify error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
expipiplus1 committed Aug 21, 2024
1 parent 8d0229f commit 5f3e597
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/GitHubRelease.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ function(check_release_and_get_latest owner repo version os arch out_var)
set(${out_var} "${version}" PARENT_SCOPE)
return()
endif()
message(WARNING "Failed to find ${desired_zip} in release assets for ${version} from ${version_url}.\nFalling back to latest version if it differs")
message(WARNING "Failed to find ${desired_zip} in release assets for ${version} from ${version_url}\nFalling back to latest version if it differs")
else()
message(WARNING "Failed to download release info for version ${version} from ${version_url}.\nFalling back to latest version if it differs")
message(WARNING "Failed to download release info for version ${version} from ${version_url}\nFalling back to latest version if it differs")
endif()


Expand Down

0 comments on commit 5f3e597

Please sign in to comment.