Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-client-qt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-client-qt
Commits
0a24bec5
Commit
0a24bec5
authored
1 year ago
by
Andreas Traczyk
Browse files
Options
Downloads
Patches
Plain Diff
3rdparty: md4c: bump version + turn off building md2html executable
Change-Id: Ib7c978e2b5ea8e16115c8818afc387988c13d72a
parent
38b7880d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
3rdparty/md4c
+1
-1
1 addition, 1 deletion
3rdparty/md4c
CMakeLists.txt
+1
-0
1 addition, 0 deletions
CMakeLists.txt
with
2 additions
and
1 deletion
md4c
@
ad8d4112
Compare
e9ff661f
...
ad8d4112
Subproject commit
e9ff661ff818ee94a4a231958d9b6768dc6882c
9
Subproject commit
ad8d41127b94e2f0633ad14b3787f0bc4613a68
9
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
1
−
0
View file @
0a24bec5
...
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment