diff options
author | deccer <[email protected]> | 2025-05-27 13:09:35 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2025-05-27 13:09:35 +0200 |
commit | 4ad1d2aa3086517816716a50aa122342806736f9 (patch) | |
tree | 316c1249bc20335e9dc042d131b11d2f606ee09b | |
parent | 4535ff9d6e811676d14f1dff514f0f54759e0ea6 (diff) |
Fix HUNTER_ERROR_PAGE (#6200)HEADupstream/master
Co-authored-by: Kim Kulling <[email protected]>
-rw-r--r-- | cmake-modules/HunterGate.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake-modules/HunterGate.cmake b/cmake-modules/HunterGate.cmake index fe02e3614..48bd50658 100644 --- a/cmake-modules/HunterGate.cmake +++ b/cmake-modules/HunterGate.cmake @@ -31,7 +31,7 @@ option(HUNTER_STATUS_PRINT "Print working status" ON) option(HUNTER_STATUS_DEBUG "Print a lot info" OFF) option(HUNTER_TLS_VERIFY "Enable/disable TLS certificate checking on downloads" ON) -set(HUNTER_ERROR_PAGE "https://docs.hunter.sh/en/latest/reference/errors") +set(HUNTER_ERROR_PAGE "https://hunter.readthedocs.io/en/latest/reference/errors") function(hunter_gate_status_print) if(HUNTER_STATUS_PRINT OR HUNTER_STATUS_DEBUG) |