diff options
author | David Cole <david.cole@kitware.com> | 2012-02-14 21:17:45 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2012-02-14 21:17:45 (GMT) |
commit | 96fd0be193d9d4d506a74ea9200d17541e7db884 (patch) | |
tree | 9d0063142c658135c212d50cdcac5dfe1e0b9b2f /Tests/CMakeOnly | |
parent | 65a7a0a17f26486a1a2cf5ecb885e38562e524ab (diff) | |
parent | 2f306a999203d7a894e5bace90d176ce525f6444 (diff) | |
download | CMake-96fd0be193d9d4d506a74ea9200d17541e7db884.zip CMake-96fd0be193d9d4d506a74ea9200d17541e7db884.tar.gz CMake-96fd0be193d9d4d506a74ea9200d17541e7db884.tar.bz2 |
Merge topic 'allfindmodules-no-force-gnuplot'
2f306a9 AllFindModules test: do not enforce GNUPLOT version
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 127e9d7..f76f0d9 100644 --- a/Tests/CMakeOnly/AllFindModules/CMakeLists.txt +++ b/Tests/CMakeOnly/AllFindModules/CMakeLists.txt @@ -48,7 +48,7 @@ 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 GNUPLOT + ALSA BISON BZIP2 CUPS CURL DOXYGEN EXPAT FLEX GETTEXT GIF GIT ImageMagick JASPER LibArchive LIBXML2 PERL PostgreSQL SWIG TIFF ZLIB) foreach(VTEST ${VERSIONS_REQUIRED}) |