summaryrefslogtreecommitdiffstats
path: root/Modules/FindIcotool.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Remove .* expressions from beginning and end of MATCHES regexsRolf Eike Beer2014-04-141-1/+1
| | | | | | | | | All these expressions work the same: "foo" ".*foo.*" "^.*foo.*$" This assumes that the "Intel*" expressions were meant to be "Intel.*".
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-6/+13
| | | | | | | | Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.
* Add module FindIcotoolAleksey Avdeev2012-10-161-0/+56
This module looks for icotool. Signed-off-by: Aleksey Avdeev <solo@altlinux.ru>