summaryrefslogtreecommitdiff
path: root/cmake/Modules
Commit message (Collapse)AuthorAgeFilesLines
* Introduce AddCFlagIfSupported CMake macroJacques Germishuys2014-04-191-0/+16
|
* We never search for libiconv via pkg-configSascha Cunz2014-01-301-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 Cunz2014-01-301-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.cmakeSascha Cunz2014-01-301-12/+5
| | | | | Doesn't change anything. Just removes stuff that was probably missed to remove when this was imported.
* Improve iconv finding for cmakeRussell Belfer2013-12-021-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 availableVeeti Paananen2013-05-301-0/+39
|
* Changed case of FindLibSSH2.cmake to FindLIBSSH2.cmakeBrad Morgan2013-05-151-0/+0
|
* Renamed FindLibSSH2.cmakeBrad Morgan2013-05-151-0/+0
|
* Added libssh2 cmake moduleBrad Morgan2013-05-071-0/+44