Bump cmark version in fetch to fix linker issue on windows

This commit is contained in:
Nicolas Werner 2020-01-25 18:48:04 +01:00
parent 01ed56d00a
commit adf956af9a
1 changed files with 1 additions and 1 deletions

View File

@ -339,7 +339,7 @@ if(USE_BUNDLED_CMARK)
FetchContent_Declare(
cmark
GIT_REPOSITORY https://github.com/commonmark/cmark.git
GIT_TAG 1ff180e23cc38ae82f30615e12b07e98f0794676 #0.29.0 << doesn't work with fetch content yet
GIT_TAG 242e277a661ec7e51f34dcaf86c1925d550b1498 #0.29.0 << doesn't work with fetch content yet
CMAKE_ARGS "CMARK_STATIC=ON CMARK_TESTS=OFF CMARK_TESTS=OFF"
)
FetchContent_MakeAvailable(cmark)