Преглед изворни кода

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.
Rolf Eike Beer пре 14 година
родитељ
комит
2f306a9992
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Tests/CMakeOnly/AllFindModules/CMakeLists.txt

+ 1 - 1
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})