change utempl url to clearnet one

This commit is contained in:
Unnamed Developer 2024-09-11 05:38:47 +10:00 committed by sha512sum
parent 393f60f1bf
commit 540f3ad68d

View file

@ -15,7 +15,7 @@ set(BOOST_INCLUDE_LIBRARIES "pfr;asio")
option(CPM_USE_LOCAL_PACKAGES "Use local packages" ON)
option(UTEMPL_USE_LOCAL_PACKAGE "Use utempl local package" OFF)
set(UTEMPL_URL
"https://ivt5wiimhwpo56td6eodn2n3fduug3bglqvqewbk2jnyl4hcimea.b32.i2p/git/sha512sum/utempl"
"https://helicopter.myftp.org/git/sha512sum/utempl"
CACHE STRING "utempl repository URL")
file(GLOB_RECURSE LIB_SOURCES "library/src/*.cpp")