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()