Allow usage of mirrors for all dependencies
This commit is contained in:
6
3rdParty/assimp/CMakeLists.txt
vendored
6
3rdParty/assimp/CMakeLists.txt
vendored
@@ -1,9 +1,13 @@
|
||||
include(FetchContent)
|
||||
|
||||
if(NOT DEFINED ASSIMP_REPO)
|
||||
set(ASSIMP_REPO https://github.com/assimp/assimp.git)
|
||||
endif ()
|
||||
|
||||
FetchContent_Declare(
|
||||
assimp
|
||||
EXCLUDE_FROM_ALL
|
||||
GIT_REPOSITORY https://github.com/assimp/assimp.git
|
||||
GIT_REPOSITORY ${ASSIMP_REPO}
|
||||
GIT_TAG v5.0.1
|
||||
GIT_SHALLOW TRUE
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user