mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 20:48:52 +03:00
Use fetch content compatible cmark version as bundled dep
This commit is contained in:
parent
1271af6962
commit
de13b16e13
1 changed files with 1 additions and 1 deletions
|
@ -339,7 +339,7 @@ if(USE_BUNDLED_CMARK)
|
||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
cmark
|
cmark
|
||||||
GIT_REPOSITORY https://github.com/commonmark/cmark.git
|
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"
|
CMAKE_ARGS "CMARK_STATIC=ON CMARK_TESTS=OFF CMARK_TESTS=OFF"
|
||||||
)
|
)
|
||||||
FetchContent_MakeAvailable(cmark)
|
FetchContent_MakeAvailable(cmark)
|
||||||
|
|
Loading…
Reference in a new issue