diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2012-03-02 19:32:54 (GMT) |
---|---|---|
committer | Rolf Eike Beer <eike@sf-mail.de> | 2012-03-02 19:52:41 (GMT) |
commit | 234b7cad1ce7239bc57560309a913576a6b07a5a (patch) | |
tree | 8e36ca27347d7735af8b0dddd1df6ad08f635483 /Tests/CMakeOnly | |
parent | 5012787c3c63523115f2f5254644d320ad27beba (diff) | |
download | CMake-234b7cad1ce7239bc57560309a913576a6b07a5a.zip CMake-234b7cad1ce7239bc57560309a913576a6b07a5a.tar.gz CMake-234b7cad1ce7239bc57560309a913576a6b07a5a.tar.bz2 |
AllFindModules test: do not require TCLSH 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 e6e4c74..22b1b7b 100644 --- a/Tests/CMakeOnly/AllFindModules/CMakeLists.txt +++ b/Tests/CMakeOnly/AllFindModules/CMakeLists.txt @@ -61,7 +61,7 @@ endmacro(check_version_string) # reported. foreach(VTEST ALSA ARMADILLO BZIP2 CUPS CURL EXPAT FREETYPE GETTEXT GIT HSPELL - JASPER LIBXML2 LIBXSLT PERL PostgreSQL TCLSH TIFF ZLIB) + JASPER LIBXML2 LIBXSLT PERL PostgreSQL TIFF ZLIB) check_version_string(${VTEST} ${VTEST}_VERSION_STRING) endforeach(VTEST) |