diff options
author | David Cole <david.cole@kitware.com> | 2012-08-20 19:40:19 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2012-08-20 19:40:19 (GMT) |
commit | e11e719796e5d01783070b903771d8aecbfaf9d6 (patch) | |
tree | 793612fbc5a571532f443e481201399ad7ae3690 /Tests/CMakeOnly | |
parent | eb6b8c86bf0d9d5d8f40c4bb1a19fd0556ceb7ad (diff) | |
parent | 91053cdf7b24e769e8bee21606bbf4558af11bab (diff) | |
download | CMake-e11e719796e5d01783070b903771d8aecbfaf9d6.zip CMake-e11e719796e5d01783070b903771d8aecbfaf9d6.tar.gz CMake-e11e719796e5d01783070b903771d8aecbfaf9d6.tar.bz2 |
Merge topic 'hg-modules'
91053cd ExternalProject: Add Mercurial (hg) repository support
ea5bfb1 Add FindHg module to find Mercurial
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 fb0bd15..212c758 100644 --- a/Tests/CMakeOnly/AllFindModules/CMakeLists.txt +++ b/Tests/CMakeOnly/AllFindModules/CMakeLists.txt @@ -70,7 +70,7 @@ endmacro() # If any of these modules reported that it was found a version number should have been # reported. -foreach(VTEST ALSA ARMADILLO BZIP2 CUPS CURL EXPAT FREETYPE GETTEXT GIT HSPELL +foreach(VTEST ALSA ARMADILLO BZIP2 CUPS CURL EXPAT FREETYPE GETTEXT GIT HG HSPELL JASPER LIBLZMA LIBXML2 LIBXSLT PERL PKG_CONFIG PostgreSQL TIFF ZLIB) check_version_string(${VTEST} ${VTEST}_VERSION_STRING) endforeach() |