summaryrefslogtreecommitdiff
path: root/cmake/FindPOPT.cmake
Commit message (Collapse)AuthorAgeFilesLines
* CMake: check for PKG_CONFIG_FOUND in FindPOPT.cmakeAlan Antonuk2014-09-021-2/+4
|
* Adding vim modelines to help with source formattingAlan Antonuk2013-04-051-0/+1
|
* Refactor FindPOPT.cmake scriptAlan Antonuk2012-11-141-6/+25
| | | | | | | Refactor FindPOPT to: - Use pkg-config when available. (popt installs with a pkg-config file) - Use FindPackageHandleStandardArgs which is a default part of CMake and thus we don't need to maintain LibFindMacros
* Adding POPT CMake lib finder.Alan Antonuk2011-11-011-0/+18
Utilities in the tools/ directory will now be built if the popt library is found