summaryrefslogtreecommitdiff
path: root/cmake/FindPOPT.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Make FindPOPT.cmake import cmake targetsAlan Antonuk2021-04-191-18/+27
| | | | Signed-off-by: GitHub <noreply@github.com>
* Remove vim mode lines.formatAlan Antonuk2017-12-041-1/+0
| | | | They're hard to keep in sync with .clang-format or other tools.
* 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