diff options
author | Roger Leigh <r.leigh@dundee.ac.uk> | 2014-08-07 17:37:36 (GMT) |
---|---|---|
committer | Rolf Eike Beer <eike@sf-mail.de> | 2014-08-21 12:45:01 (GMT) |
commit | 050caef3aa0ab47914423dd7346a52b559d703bb (patch) | |
tree | d49b98b82e7d8264f54169b9d3c630b663d1ad7c /Help/module | |
parent | 4517d6b7572e4f0656759c9b361326a8604c92a9 (diff) | |
download | CMake-050caef3aa0ab47914423dd7346a52b559d703bb.zip CMake-050caef3aa0ab47914423dd7346a52b559d703bb.tar.gz CMake-050caef3aa0ab47914423dd7346a52b559d703bb.tar.bz2 |
FindIce: New module to find ZeroC Ice
- 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
Diffstat (limited to 'Help/module')
-rw-r--r-- | Help/module/FindIce.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/module/FindIce.rst b/Help/module/FindIce.rst new file mode 100644 index 0000000..3af9405 --- /dev/null +++ b/Help/module/FindIce.rst @@ -0,0 +1 @@ +.. cmake-module:: ../../Modules/FindIce.cmake |