diff options
author | David Cole <david.cole@kitware.com> | 2012-02-21 20:56:43 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2012-02-21 20:56:43 (GMT) |
commit | 0b5c086693abd4876a1235ea89e4c9320568d8b1 (patch) | |
tree | 09fc27615c04b642872e00e101397f9f3d4d5ad0 /Tests/CMakeOnly | |
parent | 115d770b33815b25082d521b8290b70bfd319379 (diff) | |
parent | 540db7e5b9bea875894ae5ed70499f1984b75e4d (diff) | |
download | CMake-0b5c086693abd4876a1235ea89e4c9320568d8b1.zip CMake-0b5c086693abd4876a1235ea89e4c9320568d8b1.tar.gz CMake-0b5c086693abd4876a1235ea89e4c9320568d8b1.tar.bz2 |
Merge topic 'expect-more-versions'
540db7e AllFindModules test: expect more modules to have a version number available
Diffstat (limited to 'Tests/CMakeOnly')
-rw-r--r-- | Tests/CMakeOnly/AllFindModules/CMakeLists.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Tests/CMakeOnly/AllFindModules/CMakeLists.txt b/Tests/CMakeOnly/AllFindModules/CMakeLists.txt index ec09aa5..9257fcc 100644 --- a/Tests/CMakeOnly/AllFindModules/CMakeLists.txt +++ b/Tests/CMakeOnly/AllFindModules/CMakeLists.txt @@ -48,8 +48,9 @@ endif (NOT QT4_FOUND) # If any of these modules reported that it was found a version number should have been # reported. set(VERSIONS_REQUIRED - ALSA BISON BZIP2 CUPS CURL DOXYGEN EXPAT FLEX GETTEXT GIF GIT - ImageMagick JASPER LibArchive LIBXML2 PERL PostgreSQL SWIG TIFF ZLIB) + ALSA BISON BZIP2 CUPS CURL DOXYGEN EXPAT FLEX FREETYPE GETTEXT GIF GIT + ImageMagick JASPER LibArchive LIBXML2 LIBXSLT PERL PKG_CONFIG PostgreSQL + SWIG TIFF ZLIB) foreach(VTEST ${VERSIONS_REQUIRED}) if (${VTEST}_FOUND) |