File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -46,10 +46,8 @@ foreach(J tiff8 tiff16 tiff32 dpx8 dpx10 dpx12 dpx16)
4646
4747 # Test tiff32 conversions
4848 if (TARGET TIFF::TIFF)
49+ # convert TIFF32 to other format
4950 add_test (NAME "ctlrender-tiff32->${J} " COMMAND ${CTLRENDER_PATH} -ctl "${TEST_FILES} /unity.ctl" -format ${J} -force "${TEST_FILES} /bars_photoshop_32_be_planar.tif" "${CTLRENDER_OUTPUT_FOLDER} /bars_tiff32_${J} .${EXTENSION} " )
50- if (NOT ${J} STREQUAL "tiff32" )
51- add_test (NAME "ctlrender-${J} ->tiff32" COMMAND ${CTLRENDER_PATH} -ctl "${TEST_FILES} /unity.ctl" -format tiff32 -force "${CTLRENDER_OUTPUT_FOLDER} /bars_tiff32_${J} .${EXTENSION} " "${CTLRENDER_OUTPUT_FOLDER} /bars_tiff32_${J} _tiff32.tiff" )
52- endif ()
5351 endif ()
5452endforeach (J)
5553
You can’t perform that action at this time.
0 commit comments