We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
commonmark.spec.json
1 parent bac4fc1 commit cc6054aCopy full SHA for cc6054a
Meta/CMake/commonmark_spec.cmake
@@ -1,6 +1,6 @@
1
option(ENABLE_COMMONMARK_SPEC_DOWNLOAD "Enable download of commonmark test suite at build time" ON)
2
3
-set(MARKDOWN_TEST_PATH ${CMAKE_BINARY_DIR}/commonmark.spec.json)
+set(MARKDOWN_TEST_PATH ${SERENITY_CACHE_DIR}/commonmark.spec.json)
4
set(MARKDOWN_TEST_URL https://spec.commonmark.org/0.30/spec.json)
5
6
if(ENABLE_COMMONMARK_SPEC_DOWNLOAD)
0 commit comments