From 91c22b9b65fb8b143ae9c5321169aefa8f8fedfc Mon Sep 17 00:00:00 2001 From: Curve Date: Wed, 31 Jul 2024 17:19:22 +0200 Subject: [PATCH] chore(deps): update flagpp remote --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bc289c2..32f7858 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -77,9 +77,9 @@ CPMAddPackage( ) CPMAddPackage( - NAME flags + NAME flagpp VERSION 2.1 - GIT_REPOSITORY "https://github.com/Curve/flags" + GIT_REPOSITORY "https://github.com/Curve/flagpp" ) CPMAddPackage(