Skip to content
Snippets Groups Projects
Commit de13b16e authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Use fetch content compatible cmark version as bundled dep

parent 1271af69
No related branches found
No related tags found
No related merge requests found
......@@ -339,7 +339,7 @@ if(USE_BUNDLED_CMARK)
FetchContent_Declare(
cmark
GIT_REPOSITORY https://github.com/commonmark/cmark.git
GIT_TAG 0.29.0
GIT_TAG 1ff180e23cc38ae82f30615e12b07e98f0794676 #0.29.0 << doesn't work with fetch content yet
CMAKE_ARGS "CMARK_STATIC=ON CMARK_TESTS=OFF CMARK_TESTS=OFF"
)
FetchContent_MakeAvailable(cmark)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment