summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-01-25 19:47:54 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2020-01-26 16:38:31 +0100
commite964d90e7009de162d995f8d65ed872a628d5c1e (patch)
tree5bc0f4bc7e75c535480042f169a45eb21f70147f
parentDisable olm tests (diff)
downloadnheko-e964d90e7009de162d995f8d65ed872a628d5c1e.tar.xz
Disable shared cmark bundled build
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ad9cbdea..441d7327 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -341,7 +341,7 @@ if(USE_BUNDLED_CMARK)
 		cmark
 		GIT_REPOSITORY https://github.com/commonmark/cmark.git
 		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)
 	add_library(cmark::cmark ALIAS libcmark_static)