mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-29 14:18:49 +03:00
Add minimum cmark version to CMakeList
This commit is contained in:
parent
dd1dca3751
commit
a32bf3d4fc
1 changed files with 1 additions and 1 deletions
|
@ -378,7 +378,7 @@ if(USE_BUNDLED_CMARK)
|
||||||
add_library(cmark::cmark ALIAS libcmark_static)
|
add_library(cmark::cmark ALIAS libcmark_static)
|
||||||
endif()
|
endif()
|
||||||
else()
|
else()
|
||||||
find_package(cmark REQUIRED)
|
find_package(cmark REQUIRED 0.29.0)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(USE_BUNDLED_JSON)
|
if(USE_BUNDLED_JSON)
|
||||||
|
|
Loading…
Reference in a new issue