aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJuan Ramos <juan@lunarg.com>2023-11-15 18:30:30 -0700
committerJuan Ramos <114601453+juan-lunarg@users.noreply.github.com>2023-11-15 20:25:56 -0700
commit1ccfee8ee9c3e2b1456578de4ee70a91b2d424c2 (patch)
tree45410a5e3ee782f7c6fc5e0c45f9ecb1906322c8 /scripts
parentd4f91cf4e25012aa868b4d8f009b299aea78b522 (diff)
downloadusermoji-1ccfee8ee9c3e2b1456578de4ee70a91b2d424c2.tar.xz
Remove *.cmake files and move MoltenVK logic into cube directory
Only vkcube/vkcubepp make use of MoltenVK
Diffstat (limited to 'scripts')
-rw-r--r--scripts/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt
index 13182a4b..11277440 100644
--- a/scripts/CMakeLists.txt
+++ b/scripts/CMakeLists.txt
@@ -124,9 +124,6 @@ endif()
if (VULKAN_LOADER_INSTALL_DIR)
list(APPEND CMAKE_PREFIX_PATH ${VULKAN_LOADER_INSTALL_DIR})
endif()
-if (MOLTENVK_REPO_ROOT)
- list(APPEND CMAKE_PREFIX_PATH ${MOLTENVK_REPO_ROOT})
-endif()
if (GOOGLETEST_INSTALL_DIR)
list(APPEND CMAKE_PREFIX_PATH ${GOOGLETEST_INSTALL_DIR})
endif()