mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-03 22:59:33 +00:00
Meta: Download pnp_ids.html
to the cache directory
This commit is contained in:
parent
cc6054ae3b
commit
b0c1dc14f3
Notes:
sideshowbarker
2024-07-17 06:45:52 +09:00
Author: https://github.com/timschumi
Commit: b0c1dc14f3
Pull-request: https://github.com/SerenityOS/serenity/pull/21066
Reviewed-by: https://github.com/AtkinsSJ ✅
1 changed files with 1 additions and 1 deletions
|
@ -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}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue