Skip to content

Commit d0673ec

Browse files
authored
[gl2ps] do not depend on PNG or ZLIB
since only EPS backend is used by ROOT graf3d plotter
1 parent 88a585b commit d0673ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

builtins/gl2ps/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ ExternalProject_Add(
3333
-DCMAKE_POSITION_INDEPENDENT_CODE=ON
3434
-DCMAKE_C_VISIBILITY_PRESET=hidden
3535
-DCMAKE_POLICY_VERSION_MINIMUM=3.5
36+
-DENABLE_PNG=OFF
37+
-DENABLE_ZLIB=OFF
3638
BUILD_COMMAND ${CMAKE_COMMAND} --build . ${ROOT_GL2PS_BUILD_COMMAND_FLAGS}
3739
INSTALL_COMMAND ${CMAKE_COMMAND} --build . ${ROOT_GL2PS_BUILD_COMMAND_FLAGS} --target install
3840
LOG_CONFIGURE 1

0 commit comments

Comments
 (0)