remove old comment

Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
crueter 2026-06-04 19:56:14 -04:00
parent caeca07b5c
commit 72bc2ce30a
No known key found for this signature in database
GPG key ID: 425ACD2D4830EBC6

View file

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