summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-01-25 18:48:04 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2020-01-26 16:38:31 +0100
commitadf956af9a2dffe5c6cc3cb34877ba1e1251c8ee (patch)
tree9a43191b50397d6d32cd357bbdb4b1fd14a82c2d
parentLink ntdll needed for lmdb on windows (diff)
downloadnheko-adf956af9a2dffe5c6cc3cb34877ba1e1251c8ee.tar.xz
Bump cmark version in fetch to fix linker issue on windows
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt

index 556cf611..c45a36bd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -339,7 +339,7 @@ if(USE_BUNDLED_CMARK) FetchContent_Declare( cmark GIT_REPOSITORY https://github.com/commonmark/cmark.git - GIT_TAG 1ff180e23cc38ae82f30615e12b07e98f0794676 #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" ) FetchContent_MakeAvailable(cmark)