From 12a0f039b39b2b502e30509e6e71913e64c70463 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 15 Feb 2017 11:14:25 -0500 Subject: tests: sync feature enable lists in cmake files #382 --- tests/gdimageconvolution/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/gdimageconvolution') diff --git a/tests/gdimageconvolution/CMakeLists.txt b/tests/gdimageconvolution/CMakeLists.txt index 381c74d..802c382 100644 --- a/tests/gdimageconvolution/CMakeLists.txt +++ b/tests/gdimageconvolution/CMakeLists.txt @@ -1,5 +1,7 @@ +IF(PNG_FOUND) LIST(APPEND TESTS_FILES basic ) +ENDIF(PNG_FOUND) ADD_GD_TESTS() -- cgit v1.2.1