Skip to content

Commit

Permalink
Meta: Download pnp_ids.html to the cache directory
Browse files Browse the repository at this point in the history
  • Loading branch information
timschumi authored and AtkinsSJ committed Sep 14, 2023
1 parent cc6054a commit b0c1dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Meta/CMake/pnp_ids.cmake
Original file line number Diff line number Diff line change
@@ -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}")
Expand Down

0 comments on commit b0c1dc1

Please sign in to comment.