summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSu Laus <sulau@freenet.de>2022-03-17 21:27:40 +0000
committerEven Rouault <even.rouault@spatialys.com>2022-03-17 21:27:40 +0000
commit970bcd46b8bad9a0a1359b59dbb43efbbf7df10e (patch)
tree5d932390955a2b978ed3f29475baea397c784823 /test
parentef0edff7f7b3023804e24276b942eb39fc25ea40 (diff)
downloadlibtiff-git-970bcd46b8bad9a0a1359b59dbb43efbbf7df10e.tar.gz
Fix some CMake warnings
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 1bdb283e..093d2edc 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -356,8 +356,8 @@ add_convert_test_multi(tiffcp thumbnail "" thumbnail "-c g3:1d" "" ""
"images/miniswhite-1c-1b.tiff" FALSE)
add_convert_test(tiffcp none "-c none" "images/quad-lzw-compat.tiff" FALSE)
add_convert_test(tiffcp noner1 "-c none -r 1" "images/lzw-single-strip.tiff" FALSE)
-add_convert_test(tiffcp float64_lzw_2_le "-c lzw:2 "images/test_float64_predictor2_le_lzw.tif" FALSE)
-add_convert_test(tiffcp float64_lzw_2_be "-c lzw:2 "images/test_float64_predictor2_be_lzw.tif" FALSE)
+add_convert_test(tiffcp float64_lzw_2_le "-c lzw:2" "images/test_float64_predictor2_le_lzw.tif" FALSE)
+add_convert_test(tiffcp float64_lzw_2_be "-c lzw:2" "images/test_float64_predictor2_be_lzw.tif" FALSE)
# tiffdump
add_reader_test(tiffdump "" "images/miniswhite-1c-1b.tiff")