diff options
author | Mario Bensi <mbensi@ipsquad.net> | 2012-05-31 06:47:10 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-05-31 13:10:38 (GMT) |
commit | ee26019bd433020b8aad3c3a70bcb537e03b04ba (patch) | |
tree | a72bde12a4d4ffdaf6bdb71c13528b81911ac799 /Tests/CMakeOnly | |
parent | f1eee26be3252e7486a54f219ef8b5e345120fc5 (diff) | |
download | CMake-ee26019bd433020b8aad3c3a70bcb537e03b04ba.zip CMake-ee26019bd433020b8aad3c3a70bcb537e03b04ba.tar.gz CMake-ee26019bd433020b8aad3c3a70bcb537e03b04ba.tar.bz2 |
Add FindLibLZMA Module
Diffstat (limited to 'Tests/CMakeOnly')
-rw-r--r-- | Tests/CMakeOnly/AllFindModules/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CMakeOnly/AllFindModules/CMakeLists.txt b/Tests/CMakeOnly/AllFindModules/CMakeLists.txt index fc65e58..551cee3 100644 --- a/Tests/CMakeOnly/AllFindModules/CMakeLists.txt +++ b/Tests/CMakeOnly/AllFindModules/CMakeLists.txt @@ -71,7 +71,7 @@ endmacro(check_version_string) # reported. foreach(VTEST ALSA ARMADILLO BZIP2 CUPS CURL EXPAT FREETYPE GETTEXT GIT HSPELL - JASPER LIBXML2 LIBXSLT PERL PKG_CONFIG PostgreSQL TIFF ZLIB) + JASPER LIBLZMA LIBXML2 LIBXSLT PERL PKG_CONFIG PostgreSQL TIFF ZLIB) check_version_string(${VTEST} ${VTEST}_VERSION_STRING) endforeach(VTEST) |