mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-26 04:58:49 +03:00
Disable shared cmark bundled build
This commit is contained in:
parent
f2557a2f14
commit
e964d90e70
1 changed files with 1 additions and 1 deletions
|
@ -341,7 +341,7 @@ if(USE_BUNDLED_CMARK)
|
||||||
cmark
|
cmark
|
||||||
GIT_REPOSITORY https://github.com/commonmark/cmark.git
|
GIT_REPOSITORY https://github.com/commonmark/cmark.git
|
||||||
GIT_TAG 242e277a661ec7e51f34dcaf86c1925d550b1498 #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"
|
CMAKE_ARGS "CMARK_STATIC=ON CMARK_SHARED=OFF CMARK_TESTS=OFF CMARK_TESTS=OFF"
|
||||||
)
|
)
|
||||||
FetchContent_MakeAvailable(cmark)
|
FetchContent_MakeAvailable(cmark)
|
||||||
add_library(cmark::cmark ALIAS libcmark_static)
|
add_library(cmark::cmark ALIAS libcmark_static)
|
||||||
|
|
Loading…
Reference in a new issue