3rdparty: md4c: bump version + turn off building md2html executable

Change-Id: Ib7c978e2b5ea8e16115c8818afc387988c13d72a
This commit is contained in:
Andreas Traczyk
2024-02-06 17:28:07 -05:00
parent 38b7880d5f
commit 0a24bec5ec
2 changed files with 2 additions and 1 deletions

2
3rdparty/md4c vendored

View File

@@ -589,6 +589,7 @@ add_subdirectory(3rdparty/SortFilterProxyModel)
set(SFPM_OBJECTS $<TARGET_OBJECTS:SortFilterProxyModel>)
# md4c
set(BUILD_MD2HTML_EXECUTABLE OFF CACHE BOOL "Don't build md2html executable" FORCE)
set(BUILD_SHARED_LIBS OFF CACHE BOOL "Don't build shared md4c library" FORCE)
add_subdirectory(3rdparty/md4c EXCLUDE_FROM_ALL)
list(APPEND CLIENT_LINK_DIRS ${MD4C_BINARY_DIR}/src)