Skip to content
This repository has been archived by the owner on Feb 25, 2021. It is now read-only.

Commit

Permalink
Fix link to error page
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslo committed Feb 20, 2019
1 parent 17bc706 commit 379df7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/HunterGate.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ endfunction()

function(hunter_gate_error_page error_page)
message("------------------------------ ERROR ------------------------------")
message(" ${HUNTER_ERROR_PAGE}/${error_page}")
message(" ${HUNTER_ERROR_PAGE}/${error_page}.html")
message("-------------------------------------------------------------------")
message("")
message(FATAL_ERROR "")
Expand Down

0 comments on commit 379df7e

Please sign in to comment.