From 1ccfee8ee9c3e2b1456578de4ee70a91b2d424c2 Mon Sep 17 00:00:00 2001 From: Juan Ramos Date: Wed, 15 Nov 2023 18:30:30 -0700 Subject: Remove *.cmake files and move MoltenVK logic into cube directory Only vkcube/vkcubepp make use of MoltenVK --- scripts/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'scripts') 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() -- cgit v1.2.3