mirror of
https://github.com/typesense/typesense.git
synced 2025-05-17 20:22:32 +08:00
Fix url of h2o github archive.
This commit is contained in:
parent
50dba3ec43
commit
9b5df13a9e
@ -6,7 +6,7 @@ set(H2O_TAR_PATH ${DEP_ROOT_DIR}/v${H2O_NAME}.tar.gz)
|
||||
|
||||
if(NOT EXISTS ${H2O_TAR_PATH})
|
||||
message(STATUS "Downloading ${H2O_NAME}...")
|
||||
file(DOWNLOAD https://github.com/h2o/h2o/archive/${H2O_VERSION}.tar.gz ${H2O_TAR_PATH})
|
||||
file(DOWNLOAD https://github.com/h2o/h2o/archive/v${H2O_VERSION}.tar.gz ${H2O_TAR_PATH})
|
||||
endif()
|
||||
|
||||
if(NOT EXISTS ${DEP_ROOT_DIR}/${H2O_NAME})
|
||||
|
Loading…
x
Reference in New Issue
Block a user