From b0c1dc14f39bdafd35ba50f28499e480fa4d2d12 Mon Sep 17 00:00:00 2001 From: Tim Schumacher Date: Thu, 14 Sep 2023 07:42:36 +0200 Subject: [PATCH] Meta: Download `pnp_ids.html` to the cache directory --- Meta/CMake/pnp_ids.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Meta/CMake/pnp_ids.cmake b/Meta/CMake/pnp_ids.cmake index eb032726bd..b4d7005e87 100644 --- a/Meta/CMake/pnp_ids.cmake +++ b/Meta/CMake/pnp_ids.cmake @@ -1,7 +1,7 @@ include(${CMAKE_CURRENT_LIST_DIR}/utils.cmake) set(PNP_IDS_URL http://www.uefi.org/uefi-pnp-export) -set(PNP_IDS_EXPORT_PATH ${CMAKE_BINARY_DIR}/pnp_ids.html) +set(PNP_IDS_EXPORT_PATH ${SERENITY_CACHE_DIR}/pnp_ids.html) if (ENABLE_PNP_IDS_DOWNLOAD) download_file("${PNP_IDS_URL}" "${PNP_IDS_EXPORT_PATH}")