mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-04-21 21:52:03 +02:00
3rdparty: md4c: bump version + turn off building md2html executable
Change-Id: Ib7c978e2b5ea8e16115c8818afc387988c13d72a
This commit is contained in:
parent
38b7880d5f
commit
0a24bec5ec
2 changed files with 2 additions and 1 deletions
2
3rdparty/md4c
vendored
2
3rdparty/md4c
vendored
|
@ -1 +1 @@
|
|||
Subproject commit e9ff661ff818ee94a4a231958d9b6768dc6882c9
|
||||
Subproject commit ad8d41127b94e2f0633ad14b3787f0bc4613a689
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue