mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-20 19:45:12 +00:00
Meta: Download commonmark.spec.json
to the cache directory
This commit is contained in:
parent
bac4fc1b73
commit
cc6054ae3b
Notes:
sideshowbarker
2024-07-17 08:27:05 +09:00
Author: https://github.com/timschumi Commit: https://github.com/SerenityOS/serenity/commit/cc6054ae3b 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,6 +1,6 @@
|
|||
option(ENABLE_COMMONMARK_SPEC_DOWNLOAD "Enable download of commonmark test suite at build time" ON)
|
||||
|
||||
set(MARKDOWN_TEST_PATH ${CMAKE_BINARY_DIR}/commonmark.spec.json)
|
||||
set(MARKDOWN_TEST_PATH ${SERENITY_CACHE_DIR}/commonmark.spec.json)
|
||||
set(MARKDOWN_TEST_URL https://spec.commonmark.org/0.30/spec.json)
|
||||
|
||||
if(ENABLE_COMMONMARK_SPEC_DOWNLOAD)
|
||||
|
|
Loading…
Add table
Reference in a new issue