Skip to content

Commit

Permalink
MoltenVK: Move version into a variable
Browse files Browse the repository at this point in the history
  • Loading branch information
OatmealDome committed Nov 13, 2021
1 parent 2209dc0 commit f1f0853
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Externals/MoltenVK/CMakeLists.txt
@@ -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

Expand Down

0 comments on commit f1f0853

Please sign in to comment.