summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeOnly
diff options
context:
space:
mode:
authorRolf Eike Beer <eike@sf-mail.de>2012-02-13 17:45:38 (GMT)
committerRolf Eike Beer <eike@sf-mail.de>2012-02-13 17:45:38 (GMT)
commit2f306a999203d7a894e5bace90d176ce525f6444 (patch)
treee1e9c70ab152fcb594b2e46cff64e4a7415c5657 /Tests/CMakeOnly
parentf17d3f58d66a8aac3d149e8819eb6a9666d0526e (diff)
downloadCMake-2f306a999203d7a894e5bace90d176ce525f6444.zip
CMake-2f306a999203d7a894e5bace90d176ce525f6444.tar.gz
CMake-2f306a999203d7a894e5bace90d176ce525f6444.tar.bz2
AllFindModules test: do not enforce GNUPLOT version
Ancient Gnuplot versions like 3.7.1 don't know about "--version". Disable this check so it doesn't break on machines with this version.
Diffstat (limited to 'Tests/CMakeOnly')
-rw-r--r--Tests/CMakeOnly/AllFindModules/CMakeLists.txt2
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})