aboutsummaryrefslogtreecommitdiff
path: root/test/postinstall
AgeCommit message (Collapse)Author
2021-05-04DOC: configure and add spelling wordlist; fix typos, apply Sphinx syntax (#2705)Mike Taves
2021-04-07CI: build and test on MSYS2 with WindowsMike Taves
2021-02-26CMake: add support for pkg-config (#2547)Mike Taves
2021-02-14CMake: Prefer keyword signature of target_link_libraries commandMateusz Łoskot
Closes #2515
2020-04-25postinstall checks: check that we include installed C++ headers (refs #2182)Even Rouault
2020-04-17AppVeyor: use Ninja generator, cache vcpkg [skip travis]Mike Taves
2020-03-21Add post-install checks for CMake and Autotools/pkg-config (#2077)Mike Taves
* Checks CMake's find_package(PROJ) and find_package(PROJ4) * Checks pkg-config used with a Makefile (Linux and macOS only) * Use proj.h / libproj with a simple 'testappprojinfo'