Meta: Download commonmark.spec.json to the cache directory

This commit is contained in:
Tim Schumacher 2023-09-14 07:42:11 +02:00 committed by Sam Atkins
parent bac4fc1b73
commit cc6054ae3b

View file

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