Fixed test case build configure error in issue #626

master
wilson chen 2020-04-13 15:09:51 +08:00 committed by GitHub
parent c494fb788e
commit 1860547cf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -1,8 +1,10 @@
IF(TIFF_FOUND)
if(WEBP_FOUND)
IF(WEBP_FOUND)
IF(ENABLE_GD_FORMATS)
LIST(APPEND TESTS_FILES
gdnametest
)
ENDIF(ENABLE_GD_FORMATS)
ENDIF(WEBP_FOUND)
ENDIF(TIFF_FOUND)