diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-10-01 12:29:09 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-10-01 12:29:09 +0000 |
| commit | f501186b18734d4bd96bec68d9d513c8a68f81d5 (patch) | |
| tree | d93cd7900def65078bfbc8eab5dd6034e1c85b15 /tests | |
| parent | fe6d9ed9ba8c63c13cb4fabd6e8d43c1312beaa8 (diff) | |
[trunk] Fix minor cmake style
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 9cd5041e..e01834a6 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -29,7 +29,7 @@ target_link_libraries(comparePGXimages # To support universal exe: if(ZLIB_FOUND AND APPLE) target_link_libraries(comparePGXimages z) -ELSe(ZLIB_FOUND AND APPLE) +else(ZLIB_FOUND AND APPLE) target_link_libraries(comparePGXimages ${Z_LIBNAME}) endif() |
