mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
MoltenVK: Move version into a variable
This commit is contained in:
Vendored
+3
-1
@@ -1,8 +1,10 @@
|
||||
include(ExternalProject)
|
||||
|
||||
set(MOLTENVK_VERSION "v1.1.5")
|
||||
|
||||
ExternalProject_Add(MoltenVK
|
||||
GIT_REPOSITORY https://github.com/KhronosGroup/MoltenVK.git
|
||||
GIT_TAG v1.1.5
|
||||
GIT_TAG ${MOLTENVK_VERSION}
|
||||
|
||||
CONFIGURE_COMMAND <SOURCE_DIR>/fetchDependencies --macos
|
||||
|
||||
|
||||
Reference in New Issue
Block a user