diff options
author | David Cole <david.cole@kitware.com> | 2012-03-06 20:26:51 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2012-03-06 20:26:51 (GMT) |
commit | 481b2aa1010f160c17acce72217e91be128ab033 (patch) | |
tree | 37e8ef7b507e46f16352d03c7acb611025a8067d /Tests | |
parent | f2e98ed420d9b99ed0bae8d683a99dcc89451e4f (diff) | |
parent | 234b7cad1ce7239bc57560309a913576a6b07a5a (diff) | |
download | CMake-481b2aa1010f160c17acce72217e91be128ab033.zip CMake-481b2aa1010f160c17acce72217e91be128ab033.tar.gz CMake-481b2aa1010f160c17acce72217e91be128ab033.tar.bz2 |
Merge topic 'allfindmodules-versions'
234b7ca AllFindModules test: do not require TCLSH version
Diffstat (limited to 'Tests')
-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) |