mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-27 03:08:35 -06:00
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.
This commit is contained in:
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user