diff --git a/CMakeLists.txt b/CMakeLists.txt index 973b7d1..6021a95 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ set(OPENSSL_LIBRARIES ssl crypto) include(FetchContent) FetchContent_Declare(Kylin - GIT_REPOSITORY https://gitea.amass.fun/amass/Kylin.git + GIT_REPOSITORY https://amass.fun/gitea/amass/Kylin.git ) FetchContent_MakeAvailable(Kylin)