From 3ccad4402bd64d29e85a05a2eb8bb57d9f861bac Mon Sep 17 00:00:00 2001 From: Mean UI Thread Date: Tue, 31 Oct 2023 02:31:46 -0400 Subject: [PATCH] Updated project URLS in the comment section (#14) Point them to `cpp-pm` projects --- cmake/HunterGate.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/HunterGate.cmake b/cmake/HunterGate.cmake index 7f2adef..17c6d38 100644 --- a/cmake/HunterGate.cmake +++ b/cmake/HunterGate.cmake @@ -39,8 +39,8 @@ # hunter_add_package(Boo COMPONENTS Bar Baz) # # Projects: -# * https://github.com/hunter-packages/gate/ -# * https://github.com/ruslo/hunter +# * https://github.com/cpp-pm/gate/ +# * https://github.com/cpp-pm/hunter option(HUNTER_ENABLED "Enable Hunter package manager support" ON)