summaryrefslogtreecommitdiffstats
path: root/Modules/FindIce.cmake
Commit message (Collapse)AuthorAgeFilesLines
* FindIce: Port to work with CMP0054 NEW behaviorRolf Eike Beer2015-01-081-5/+5
| | | | Do not quote if() arguments meant to test variable definitions.
* FindIce: Drop use of :envvar: Sphinx markupBrad King2014-11-031-1/+1
| | | | | We do not use it elsewhere yet, and do not want to index environment variables inconsistently.
* fix inclusion of FPHSARolf Eike Beer2014-10-021-1/+1
| | | | Make sure these modules also include exactly the version shipped with CMake.
* FindIce: Respect Ice_FIND_QUIETLY when printing messagesRoger Leigh2014-09-091-12/+16
|
* FindIce: Remove unneeded search path modificationRoger Leigh2014-09-091-7/+0
| | | | Drop code adding redundant "/opt/Ice-${ice_version}" paths.
* FindIce: New module to find ZeroC IceRoger Leigh2014-08-211-0/+396
- autodetects Ice on all major platforms - allows building with all supported Visual Studio versions on Windows - autodetects the slice path on most platforms - separately detects the Ice programs, headers, slice files and libraries so that any Ice configuration or installation errors can be accurately reported, making diagnosis of Ice problems simpler