1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2024-10-28 00:39:36 +01:00

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

@ -1 +1 @@
Subproject commit e9ff661ff818ee94a4a231958d9b6768dc6882c9
Subproject commit ad8d41127b94e2f0633ad14b3787f0bc4613a689

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)