mirror of
https://github.com/lubosz/overte.git
synced 2025-04-26 16:35:28 +02:00
avoid ubuntu libssl error by using http links
This commit is contained in:
parent
691cf2d893
commit
28fabcb788
2 changed files with 2 additions and 2 deletions
cmake/externals
2
cmake/externals/glm/CMakeLists.txt
vendored
2
cmake/externals/glm/CMakeLists.txt
vendored
|
@ -4,7 +4,7 @@ include(ExternalProject)
|
|||
ExternalProject_Add(
|
||||
${EXTERNAL_NAME}
|
||||
PREFIX ${EXTERNAL_NAME}
|
||||
URL https://github.com/g-truc/glm/archive/0.9.5.4.zip
|
||||
URL http://github.com/g-truc/glm/archive/0.9.5.4.zip
|
||||
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR>
|
||||
LOG_DOWNLOAD ON
|
||||
)
|
||||
|
|
2
cmake/externals/gverb/CMakeLists.txt
vendored
2
cmake/externals/gverb/CMakeLists.txt
vendored
|
@ -8,7 +8,7 @@ include(ExternalProject)
|
|||
ExternalProject_Add(
|
||||
${EXTERNAL_NAME}
|
||||
PREFIX ${EXTERNAL_NAME}
|
||||
GIT_REPOSITORY https://github.com/birarda/gverb.git
|
||||
GIT_REPOSITORY http://github.com/birarda/gverb.git
|
||||
CMAKE_ARGS ${ANDROID_CMAKE_ARGS} -DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR>
|
||||
LOG_DOWNLOAD ON
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue