Skip to content
Snippets Groups Projects
Commit 747aa4bd authored by Kitware Robot's avatar Kitware Robot Committed by Ben Boeckel
Browse files

png-release 2019-03-20 (b422a024)

Code extracted from:

    https://gitlab.kitware.com/third-party/png.git

at commit b422a0240b91b04ca94ae84291d6ff1a064b3228 (for/vtk-old-20190320-1.6.29).
parent 54fdc10a
Branches
No related tags found
No related merge requests found
......@@ -31,6 +31,11 @@ if (WIN32)
endif ()
endif ()
add_definitions(-DPNG_ARM_NEON_OPT=0)
add_definitions(-DPNG_MIPS_MSA_OPT=0)
add_definitions(-DPNG_POWERPC_VSX_OPT=0)
add_definitions(-DPNG_INTEL_SSE_OPT=0)
configure_file(
"${CMAKE_CURRENT_SOURCE_DIR}/vtkpngConfig.h.in"
"${CMAKE_CURRENT_BINARY_DIR}/vtkpngConfig.h")
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment