diff options
| author | Mickael Savinaud <savmickael@users.noreply.github.com> | 2011-07-21 15:23:31 +0000 |
|---|---|---|
| committer | Mickael Savinaud <savmickael@users.noreply.github.com> | 2011-07-21 15:23:31 +0000 |
| commit | a19c8a4ea38866c1654f26f8389e4a4e7d9b092e (patch) | |
| tree | bdd190720637e1abcab95717bf039a42a56ac0a0 /thirdparty | |
| parent | f8de2fc8eb78d52480bcf7755acdcd961ef3aa39 (diff) | |
add new decode tests based on conformance data and tolerance. Non regression is also added on the decoder output. Deactivate old tests.
Diffstat (limited to 'thirdparty')
| -rw-r--r-- | thirdparty/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/CMakeLists.txt b/thirdparty/CMakeLists.txt index b129d0e5..b8c6b387 100644 --- a/thirdparty/CMakeLists.txt +++ b/thirdparty/CMakeLists.txt @@ -46,7 +46,7 @@ IF (ZLIB_FOUND) SET(HAVE_PNG_H 1 PARENT_SCOPE) SET(HAVE_LIBPNG 1 PARENT_SCOPE) SET(PNG_LIBNAME ${PNG_LIBRARIES} PARENT_SCOPE) - SET(PNG_INCLUDE_DIRNAME ${PNG_INCLUDE_DIR} PARENT_SCOPE) + SET(PNG_INCLUDE_DIRNAME ${PNG_PNG_INCLUDE_DIR} PARENT_SCOPE) ELSE(PNG_FOUND) # not found |
