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

Commit 379df7e

Browse files
committed
Fix link to error page
1 parent 17bc706 commit 379df7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cmake/HunterGate.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ endfunction()
8181

8282
function(hunter_gate_error_page error_page)
8383
message("------------------------------ ERROR ------------------------------")
84-
message(" ${HUNTER_ERROR_PAGE}/${error_page}")
84+
message(" ${HUNTER_ERROR_PAGE}/${error_page}.html")
8585
message("-------------------------------------------------------------------")
8686
message("")
8787
message(FATAL_ERROR "")

0 commit comments

Comments
 (0)