Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Utkarsh Ayachit
ParaView-Superbuild
Commits
ef822d08
Commit
ef822d08
authored
Sep 09, 2016
by
Ben Boeckel
⛰
Browse files
paraview: depend on fontconfig optionally
Not necessary, but it's nice to have.
parent
7bf407d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
projects/paraview.cmake
View file @
ef822d08
...
...
@@ -83,7 +83,10 @@ set(paraviews_platform_dependencies)
if
(
UNIX
)
if
(
NOT APPLE
)
list
(
APPEND paraviews_platform_dependencies
mesa osmesa egl
)
mesa osmesa egl
# Needed for fonts to work properly.
fontconfig
)
endif
()
list
(
APPEND paraviews_platform_dependencies
adios ffmpeg libxml2 freetype
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment