summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-04-15 23:29:53 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2020-04-15 23:29:53 +0200
commita32bf3d4fc3fc593d3aad64c36e95e9a8ae2437a (patch)
tree2cfefeba0ba31c1597ca8108a6fb988e7d24a939
parentAdd --debug switch (diff)
downloadnheko-a32bf3d4fc3fc593d3aad64c36e95e9a8ae2437a.tar.xz
Add minimum cmark version to CMakeList
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt

index 4b6784f5..1093350b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -378,7 +378,7 @@ if(USE_BUNDLED_CMARK) add_library(cmark::cmark ALIAS libcmark_static) endif() else() - find_package(cmark REQUIRED) + find_package(cmark REQUIRED 0.29.0) endif() if(USE_BUNDLED_JSON)