paraview: use Spack-built libpng (#12587)

This commit is contained in:
Howard Pritchard 2019-08-29 14:18:37 -06:00 committed by Peter Scheibel
parent 7badb818cd
commit 292baab069

View File

@ -199,6 +199,7 @@ def nvariant_bool(feature):
'-DVTK_USE_SYSTEM_EXPAT:BOOL=ON', '-DVTK_USE_SYSTEM_EXPAT:BOOL=ON',
'-DVTK_USE_SYSTEM_TIFF:BOOL=ON', '-DVTK_USE_SYSTEM_TIFF:BOOL=ON',
'-DVTK_USE_SYSTEM_ZLIB:BOOL=ON', '-DVTK_USE_SYSTEM_ZLIB:BOOL=ON',
'-DVTK_USE_SYSTEM_PNG:BOOL=ON',
'-DOpenGL_GL_PREFERENCE:STRING=LEGACY' '-DOpenGL_GL_PREFERENCE:STRING=LEGACY'
] ]