Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce AddCFlagIfSupported CMake macro | Jacques Germishuys | 2014-04-19 | 1 | -0/+16 |
| | |||||
* | We never search for libiconv via pkg-config | Sascha Cunz | 2014-01-30 | 1 | -1/+1 |
| | | | | | So we actually also never know that we can set a dependency on it in pkg-config. Instead always give it the -L and -l options. | ||||
* | Find and use a MacPorts version of libiconv. Fixes #2017. | Sascha Cunz | 2014-01-30 | 1 | -2/+10 |
| | | | | | | | - Add correct -I, -L and -l flags - Search for libiconv in /opt/local/[include|lib] before in the system path. See #2017 for details. - Give splitted -L and -l arguments to pkg-config | ||||
* | Cleanup FindIconv.cmake | Sascha Cunz | 2014-01-30 | 1 | -12/+5 |
| | | | | | Doesn't change anything. Just removes stuff that was probably missed to remove when this was imported. | ||||
* | Improve iconv finding for cmake | Russell Belfer | 2013-12-02 | 1 | -0/+42 |
| | | | | | | * add FindIconv helper for CMake iconv detection * only default using iconv to ON for MacOS * update pkg-config generation to include iconv dependency better | ||||
* | Build with the system's http-parser installation if available | Veeti Paananen | 2013-05-30 | 1 | -0/+39 |
| | |||||
* | Changed case of FindLibSSH2.cmake to FindLIBSSH2.cmake | Brad Morgan | 2013-05-15 | 1 | -0/+0 |
| | |||||
* | Renamed FindLibSSH2.cmake | Brad Morgan | 2013-05-15 | 1 | -0/+0 |
| | |||||
* | Added libssh2 cmake module | Brad Morgan | 2013-05-07 | 1 | -0/+44 |