summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeOnly
diff options
context:
space:
mode:
authorAleksey Avdeev <solo@altlinux.ru>2012-10-16 12:06:32 (GMT)
committerAleksey Avdeev <solo@altlinux.ru>2012-10-16 12:06:32 (GMT)
commit86a184d8bb936037ff35b94075981cb1d40d49cb (patch)
tree5e771962d08bec814e965ede9dfb5dfe78d35868 /Tests/CMakeOnly
parent5ca5a09e06131579a8137d91366279a255afdcae (diff)
downloadCMake-86a184d8bb936037ff35b94075981cb1d40d49cb.zip
CMake-86a184d8bb936037ff35b94075981cb1d40d49cb.tar.gz
CMake-86a184d8bb936037ff35b94075981cb1d40d49cb.tar.bz2
Add module FindIcotool
This module looks for icotool. Signed-off-by: Aleksey Avdeev <solo@altlinux.ru>
Diffstat (limited to 'Tests/CMakeOnly')
-rw-r--r--Tests/CMakeOnly/AllFindModules/CMakeLists.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/Tests/CMakeOnly/AllFindModules/CMakeLists.txt b/Tests/CMakeOnly/AllFindModules/CMakeLists.txt
index 212c758..739593c 100644
--- a/Tests/CMakeOnly/AllFindModules/CMakeLists.txt
+++ b/Tests/CMakeOnly/AllFindModules/CMakeLists.txt
@@ -70,8 +70,9 @@ endmacro()
# If any of these modules reported that it was found a version number should have been
# reported.
-foreach(VTEST ALSA ARMADILLO BZIP2 CUPS CURL EXPAT FREETYPE GETTEXT GIT HG HSPELL
- JASPER LIBLZMA LIBXML2 LIBXSLT PERL PKG_CONFIG PostgreSQL TIFF ZLIB)
+foreach(VTEST ALSA ARMADILLO BZIP2 CUPS CURL EXPAT FREETYPE GETTEXT GIT HG
+ HSPELL ICOTOOL JASPER LIBLZMA LIBXML2 LIBXSLT PERL PKG_CONFIG
+ PostgreSQL TIFF ZLIB)
check_version_string(${VTEST} ${VTEST}_VERSION_STRING)
endforeach()