mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-25 06:44:59 +00:00
MoltenVK: Move version into a variable
This commit is contained in:
parent
2209dc0355
commit
f1f0853659
1 changed files with 3 additions and 1 deletions
4
Externals/MoltenVK/CMakeLists.txt
vendored
4
Externals/MoltenVK/CMakeLists.txt
vendored
|
@ -1,8 +1,10 @@
|
||||||
include(ExternalProject)
|
include(ExternalProject)
|
||||||
|
|
||||||
|
set(MOLTENVK_VERSION "v1.1.5")
|
||||||
|
|
||||||
ExternalProject_Add(MoltenVK
|
ExternalProject_Add(MoltenVK
|
||||||
GIT_REPOSITORY https://github.com/KhronosGroup/MoltenVK.git
|
GIT_REPOSITORY https://github.com/KhronosGroup/MoltenVK.git
|
||||||
GIT_TAG v1.1.5
|
GIT_TAG ${MOLTENVK_VERSION}
|
||||||
|
|
||||||
CONFIGURE_COMMAND <SOURCE_DIR>/fetchDependencies --macos
|
CONFIGURE_COMMAND <SOURCE_DIR>/fetchDependencies --macos
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue