From 72bc2ce30a4edb0668c697b687d5b8d84c99c820 Mon Sep 17 00:00:00 2001 From: crueter Date: Thu, 4 Jun 2026 19:56:14 -0400 Subject: [PATCH] remove old comment Signed-off-by: crueter --- CMakeModules/DownloadExternals.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeModules/DownloadExternals.cmake b/CMakeModules/DownloadExternals.cmake index 2ac55ca35..103246e1b 100644 --- a/CMakeModules/DownloadExternals.cmake +++ b/CMakeModules/DownloadExternals.cmake @@ -191,7 +191,7 @@ function(download_moltenvk) WORKING_DIRECTORY "${CMAKE_BINARY_DIR}/externals") endif() - # Forcefully set the MoltenVK library in cache so find_library calls don't override it + # Set the MoltenVK library independent of cache so find_library calls don't override it set(MOLTENVK_LIBRARY "${MOLTENVK_DIR}/MoltenVK/${platform}/${lib}") return(PROPAGATE MOLTENVK_LIBRARY) endfunction()